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
+1 -1
View File
@@ -46,7 +46,7 @@
"@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "8.2.6",
"@storybook/theming": "8.2.6",
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc": "^15.0.1",
"angular-oauth2-oidc-jwks": "^17.0.2",
"apollo-angular": "^5.0.2",
"chart.js": "^4.3.0",