forked from authts/oidc-client-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: signinSilent fails when no user is available
This fixes an issue introduced in 1.6.0 (14ed108). If there is no user available, signinSilent won't work because of the following TypeError: ``` oidc-client.min.js:formatted:8872 Error during OIDC autologin TypeError: Cannot read property 'id_token' of null at oidc-client.min.js:formatted:8232 ```
- Loading branch information
Michael Weibel
committed
Dec 20, 2018
1 parent
3e135b9
commit 0c9ea9c
Showing
6 changed files
with
79 additions
and
65 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters