Skip to content

Minimal example for implementing Discourse User API keys in PHP

License

Notifications You must be signed in to change notification settings

TheIndra55/discourse-user-api-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discourse User API Keys

A minimal example of implementing Discourse User API keys in PHP.

image

Keypair

Discourse redirects the user back with an encrypted payload, which will be encrypted with your keypair public key. To generate a keypair run the following OpenSSL command:

openssl genrsa -out keypair.pem 2048

About

Minimal example for implementing Discourse User API keys in PHP

Topics

Resources

License

Stars

Watchers

Forks

Languages