0.1.2 • Published 7 years ago

oauth2orize-pkce v0.1.2

Weekly downloads
1,681
License
MIT
Repository
github
Last release
7 years ago

oauth2orize-pkce

Version Build Quality Coverage Dependencies

OAuth2orize extension providing support for Proof Key for Code Exchange.

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-2017 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

9 years ago