From 81b68fc6e1b42f9bc9446332d0419b88aeb03384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 18 Jul 2024 14:24:51 +0200 Subject: [PATCH] Implement solution provided by @voegtlel and @andpew https://github.com/manfredsteyer/angular-oauth2-oidc/issues/850#issuecomment-889921776 https://github.com/manfredsteyer/angular-oauth2-oidc/issues/850#issuecomment-1557286966 --- docs/dependencies.html | 2 +- docs/injectables/OAuthService.html | 586 ++++++++++++++++++++--------- docs/js/search/search_index.js | 4 +- projects/lib/src/oauth-service.ts | 54 +++ 4 files changed, 463 insertions(+), 183 deletions(-) diff --git a/docs/dependencies.html b/docs/dependencies.html index dc5309aa..3f5a9ebc 100644 --- a/docs/dependencies.html +++ b/docs/dependencies.html @@ -82,7 +82,7 @@
  • fast-sha256 : ^1.3.0
  • - jsrsasign : ^10.3.0
  • + jsrsasign : ^11.0.0
  • rxjs : ^6.5.3
  • diff --git a/docs/injectables/OAuthService.html b/docs/injectables/OAuthService.html index af1c8507..e4b50b2c 100644 --- a/docs/injectables/OAuthService.html +++ b/docs/injectables/OAuthService.html @@ -138,6 +138,10 @@
    Properties
    Protected jwksUri
  • +
  • + Protected + lastUpdatedAccessToken +
  • Protected saveNoncesInLocalStorage @@ -438,6 +442,14 @@
    Methods