Socket
Socket
Sign inDemoInstall

oauth2orize-pkce

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth2orize-pkce

Extensions to support Proof Key for Code Exchange with OAuth2orize.


Version published
Weekly downloads
3.3K
increased by5.41%
Maintainers
1
Weekly downloads
 
Created
Source

oauth2orize-pkce

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());

Contributing

Tests

The test suite is located in the test/ directory. All new features are expected to have corresponding test cases. Ensure that the complete test suite passes by executing:

$ make test
Coverage

All new feature development is expected to have test coverage. Patches that increse test coverage are happily accepted. Coverage reports can be viewed by executing:

$ make test-cov
$ make view-cov

Support

Funding

This software is provided to you as open source, free of charge. The time and effort to develop and maintain this project is volunteered by @jaredhanson. If you (or your employer) benefit from this project, please consider a financial contribution. Your contribution helps continue the efforts that produce this and other open source software.

Funds are accepted via PayPal, Venmo, and other methods. Any amount is appreciated.

License

The MIT License

Copyright (c) 2015-2017 Jared Hanson <http://jaredhanson.net/>

Keywords

FAQs

Package last updated on 12 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc