New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bity/oauth2-auth-code-pkce

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bity/oauth2-auth-code-pkce

An OAuth 2.0 client that ONLY supports Authorization Code flow with PKCE support.

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
decreased by-74.16%
Maintainers
2
Weekly downloads
 
Created
Source

OAuth2AuthCodePKCE client

A zero dependency OAuth2 client, that only support authorization grant codes, with PKCE support for client side protection.

Currently the only Type/JavaScript implementation in public existence.

1 file implementation for easy auditing.

Installation

npm install @bity/oauth2-auth-code-pkce

Usage

Run npm run serve:examples and navigate to http://localhost:8080/examples/as-an-es6-browser-module.html

This page acts as a test panel for various scenarios. Play around! :)

Modify the example to use the correct configuration.

Module systems supported

Module systemFile
ESModules (import/export)index.js
CommonJS2 (require e.g. nodejs)oauth2-auth-code-pkce.js
TypeScriptindex.ts

Keywords

FAQs

Package last updated on 22 Nov 2019

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