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.4.2 to 1.5.0

1

dist/authentication.js

@@ -84,2 +84,3 @@ "use strict";

code_verifier: codeVerifier,
...config.extraAuthParams,
};

@@ -86,0 +87,0 @@ return postWithXForm(config.tokenEndpoint, tokenRequest);

@@ -51,2 +51,5 @@ import { ReactNode } from 'react';

decodeToken?: boolean;
extraAuthParams?: {
[key: string]: string | boolean | number;
};
};

@@ -66,3 +69,6 @@ export declare type TAzureADErrorResponse = {

decodeToken: boolean;
extraAuthParams?: {
[key: string]: string | boolean | number;
};
};
export {};

3

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

@@ -33,2 +33,3 @@ "main": "dist/index.js",

"microsoft",
"google",
"fusionauth"

@@ -35,0 +36,0 @@ ],

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