Skip to content

TheIndra55/discourse-user-api-keys

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Discourse User API Keys

Minimal example for implementing Discourse User API keys in PHP.

image

Keypair

Discourse redirects the user back with an encrypted payload, encrypted using 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