0.1.3 • Published 5 years ago

@zhaow-de/oauth2orize-pkce v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

npm npm (scoped) Build Status Coverage Status Codacy Badge Depfu

@zhaow-de/oauth2orize-pkce

OAuth2orize extension providing support for Proof Key for Code Exchange.

Install

$ npm install --save @zhaow-de/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('@zhaow-de/oauth2orize-pkce').extensions());

License

The MIT License

Copyright (c) 2015-2018 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)

0.1.3

5 years ago

0.1.2

5 years ago