LINKDING

Shared bookmarks

Create Auth Tokens with PHP

Date added
Feb. 13, 2020, 6:27 a.m.
Description
Working with OAuth and similar authentication protocols requires the use of temporary tokens which represent unique handshakes between multiple web services.  These tokens must be unique, securely stored, and the longer, the better. Since I’ve been out of the PHP game for a while, I was researching how to create such tokens without additional libraries.  The following …