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:
Amedeo Lepore
2024-09-10 15:09:32 +02:00
committed by GitHub
parent f1208d45c3
commit b20107fdc5
8 changed files with 134 additions and 16 deletions

View File

@@ -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": {