Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 532 Bytes

oauth2orize-pkce

OAuth2orize extension providing support for Proof Key for Code Exchange.

Install

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