oAuth2
User Roles
Role
Description
Generate certificates with openssl (used for signing JSON tokens)
openssl genrsa -out privatekey.pem 2048
openssl req -new -key privatekey.pem -out certrequest.csr
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pemLogin with token
Integration with external sites
1. Create a client in the mysql database.
2. Use an NodeJS oAuth2 client to integrate
DEVELOPMENT
Last updated
Was this helpful?