Skip to content

GitProdEnv/oauth2orize-pkce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth2orize-pkce

OAuth2orize extension providing support for Proof Key for Code Exchange.

Status: Version Build Quality Coverage Dependencies

Install

$ npm install oauth2orize-pkce

Usage

Parse Request Extensions

In order to parse the additional parameters used to establish a proof key for code exchange, register support for this extension with a Server instance:

server.grant(require('oauth2orize-pkce').extensions());

License

The MIT License

Copyright (c) 2015-2018 Jared Hanson <http://jaredhanson.net/>

About

Extensions to support Proof Key for Code Exchange with OAuth2orize.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.9%
  • Makefile 9.1%