Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-oauth2-code-pkce

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-oauth2-code-pkce - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-oauth2-code-pkce",
"version": "1.0.0",
"version": "1.0.1",
"description": "Plug-and-play react package for OAuth2 Authorization Code flow with PKCE",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,2 +5,17 @@ # react-oauth2-pkce

Staying true to the RFCs recommendations, cryptographically sound, and with __zero__ dependencies*!
Updated in 2021!
\* TypeScript and React
## What is OAuth2 Authorization Code flow with PKCE?
Short version;
The modern and secure way to do authentication for mobile and web applications!
Long version;
<https://oauth.net/2/pkce/>
<https://datatracker.ietf.org/doc/html/rfc7636>
## Example

@@ -60,13 +75,4 @@

## What is OAuth2 Authorization Code flow with PKCE?
Short version;
The modern and secure way to do authentication for mobile and web applications!
Long version;
<https://oauth.net/2/pkce/>
<https://datatracker.ietf.org/doc/html/rfc7636>
## Contribute
You are welcome to create issues and pull requests :)
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