oauth2orize-pkce
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/oauth2orize-pkce package

0.1.2 • Public • Published

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/>

Sponsor

Readme

Keywords

Package Sidebar

Install

npm i oauth2orize-pkce

Weekly Downloads

2,011

Version

0.1.2

License

MIT

Last publish

Collaborators

  • jaredhanson