PKCE
The PKCE Authorization Code Flow designed to authenticate users of native or mobile applications also it is able to prevent authorization code injection which make it useful for web apps that use a client secret. The calling application introduces a secret in the PKCE Authorization Code Flow that can be verified by the authorization server.
Golang
Check the Golang installation guide for instructions to use this application.
Nodejs
Check the NodeJs installation guide for instructions to use this application.
How to contribute
We appreciate all kinds of contributions from anyone, be it finding an issue or an enhancement.
Please check the contributing guide to become a contributor.