Skip to content

Extensions to support Proof Key for Code Exchange with OAuth2orize.

License

Notifications You must be signed in to change notification settings

jaredhanson/oauth2orize-pkce

Repository files navigation

oauth2orize-pkce

OAuth2orize extension providing support for Proof Key for Code Exchange.

Status: Version Build Quality Coverage Dependencies

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-2018 Jared Hanson <http://jaredhanson.net/>

About

Extensions to support Proof Key for Code Exchange with OAuth2orize.

Resources

License

Stars

Watchers

Forks

Packages

No packages published