Skip to content

PKCE is used to generate PKCE code verifier and code challenge for OAuth and OIDC authorization code flow.

License

Notifications You must be signed in to change notification settings

pareek-naren/pkce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

License

MIT

Related articles

PKCE

OAuth

OpenID

About

PKCE is used to generate PKCE code verifier and code challenge for OAuth and OIDC authorization code flow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published