Socket
Socket
Sign inDemoInstall

@auth0/auth0-react

Package Overview
Dependencies
15
Maintainers
41
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

11

CHANGELOG.md
# Change Log
## [v1.4.0](https://github.com/auth0/auth0-react/tree/v1.4.0) (2021-03-26)
**Added**
- Update SPA JS, add organizations docs and example [\#211](https://github.com/auth0/auth0-react/pull/211) ([adamjmcgrath](https://github.com/adamjmcgrath))
**Fixed**
- Update auth state on access token fail [\#219](https://github.com/auth0/auth0-react/pull/219) ([adamjmcgrath](https://github.com/adamjmcgrath))
- Updates to user should not update memoized getAccessToken* methods [\#213](https://github.com/auth0/auth0-react/pull/213) ([adamjmcgrath](https://github.com/adamjmcgrath))
## [v1.3.0](https://github.com/auth0/auth0-react/tree/v1.3.0) (2021-02-16)

@@ -4,0 +15,0 @@

@@ -114,2 +114,13 @@ import React from 'react';

/**
* The Id of an organization to log in to (Organizations is currently a Closed Beta).
*
* This will specify an `organization` parameter in your user's login request and will add a step to validate
* the `org_id` claim in your user's ID Token.
*/
organization?: string;
/**
* The Id of an invitation to accept. This is available from the user invitation URL that is given when participating in a user invitation flow.
*/
invitation?: string;
/**
* If you need to send custom parameters to the Authorization Server,

@@ -116,0 +127,0 @@ * make sure to use the original parameter name.

2

dist/reducer.d.ts

@@ -5,3 +5,3 @@ import { AuthState, User } from './auth-state';

} | {
type: 'INITIALISED' | 'LOGIN_POPUP_COMPLETE' | 'USER_UPDATED';
type: 'INITIALISED' | 'LOGIN_POPUP_COMPLETE' | 'GET_ACCESS_TOKEN_COMPLETE';
user?: User;

@@ -8,0 +8,0 @@ } | {

{
"author": "Auth0",
"name": "@auth0/auth0-react",
"version": "1.3.0",
"version": "1.4.0",
"description": "Auth0 SDK for React Single Page Applications (SPA)",

@@ -89,3 +89,3 @@ "keywords": [

"tslib": "^1.11.1",
"typedoc": "^0.20.20",
"typedoc": "^0.20.32",
"typescript": "^3.8.3"

@@ -103,4 +103,4 @@ },

"dependencies": {
"@auth0/auth0-spa-js": "^1.13.6"
"@auth0/auth0-spa-js": "^1.14.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc