mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
AAE-24139 Fix unauthorized user error when access token is not valid (#10012)
* AAE-24139 Bump angular-oauth2-oidc version to 15 * AAE-24139 Allow to set sessionCheckEnabled and clockSkewInSec properties * AAE-24139 Update angular-oauth2-oidc version to 15 in the core deps * AAE-24139 Remove authentication tokens when the token is no longer valid and reload the page to let oauth library refresh the token * fix lint issue
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"cropperjs": "^1.5.13",
|
||||
"angular-oauth2-oidc": "^13.0.1",
|
||||
"angular-oauth2-oidc": "^15.0.1",
|
||||
"angular-oauth2-oidc-jwks": "^17.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
Reference in New Issue
Block a user