oidc-react
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -84,3 +84,3 @@ "use strict"; | ||
if (exports.hasCodeInUrl(location)) { | ||
yield userManager.signinRedirectCallback(); | ||
yield userManager.signinCallback(); | ||
const user = yield userManager.getUser(); | ||
@@ -87,0 +87,0 @@ setUserData(user); |
@@ -6,2 +6,9 @@ # Changelog | ||
## [1.1.1](https://github.com/bjerkio/oidc-react/compare/v1.1.0...v1.1.1) (2020-10-09) | ||
### Bug Fixes | ||
* change callback method to allow other sign in method ([c497f49](https://github.com/bjerkio/oidc-react/commit/c497f49ddbca100ff5f52419ce07ac64c00d2656)) | ||
# [1.1.0](https://github.com/bjerkio/oidc-react/compare/v1.0.1...v1.1.0) (2020-09-26) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "oidc-react", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20845