@passport-next/oauth2orize-pkce

v1.0.0
Extensions to support Proof Key for Code Exchange with OAuth2orize.
oauth2 pkce

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());
npm i @passport-next/oauth2orize-pkce

Metadata

  • MIT
  • >= 6
  • Adam Hathcock
  • released 4/23/2019

Downloads