Skip to content

Releases: damienbod/angular-auth-oidc-client

17.1.0

31 May 15:27
97f8f9c
Compare
Choose a tag to compare
  • docs: add new signal properties to public api docs
  • fix(refresh-session): forceRefreshSession does not reset storageSilentRenewRunning
  • refactor example to control flow syntax
  • feat: add option to override the auth well known suffix
  • feat: add authenticated and userData signals
  • Bugfix: Updated URL service isCallbackFromSts
  • fix network error detection due to potential falsy instanceof ProgressEvent evaluation if ProgressEvent is monkey patched by another library
  • fix: refresh authWellKnownEndPoints
  • refactor: replace any types
  • fix: inject DOCUMENT
  • Moving to inject function
  • fix: adding missing field token_type from AuthResult.

17.0.0

03 Feb 08:01
Compare
Choose a tag to compare

Angular 17

Release 16.0.1

27 Aug 12:55
771585b
Compare
Choose a tag to compare
  • Fix problem in logoff when urlHandler option is present
  • Included authOptions in createBodyForParCodeFlowRequest - url.service.ts
  • Added useCustomAuth0Domain flag
  • Check if savedRouteForRedirect is null
  • Remove provided in root for interceptor
  • Support ng-add for standalone applications
  • Code improvement, remove cast

Release 16.0.0

25 Jun 11:43
b16b3ea
Compare
Choose a tag to compare
  • Add provideAuth for standalone applications
  • Docs: adds docs for standalone methods
  • Docs: add standalone example
  • Fix: returning a loginresponse and not null
  • moved the setting of popupauth in storage before opening the popup wi…
  • Deprecate guard and update docs

Release 15.0.5

05 May 18:58
f2ff476
Compare
Choose a tag to compare
  • Bugfix id token expire check

Release 15.0.4

15 Apr 07:27
b873d1b
Compare
Choose a tag to compare
  • isCurrentlyInPopup will check for opener and session storage
  • PR
  • Expand configuration per default
  • PR
  • Move code storage values to store to simple boolean
  • PR
  • Bugfix: Library fails on Firefox REOPEN #1621
  • PR
  • added localstorage service. refactored missed jsdocs + fixed imports
  • PR
  • adding provided in root to services
  • PR

Release 15.0.3

23 Jan 14:31
07df439
Compare
Choose a tag to compare

fix(refreshSession): fix refreshSessionWithRefreshTokens

#1655

Release 15.0.2

27 Nov 15:35
d94bf57
Compare
Choose a tag to compare
  • bugfix POST logout, missing parameters

Release 15.0.1

26 Nov 17:19
5f5bce4
Compare
Choose a tag to compare
  • Add silent renew error event
  • Improve Popup flows
  • Bugfixes revocation
  • Updated project to Angular 15

Release 15.0.0

18 Nov 11:16
b88828d
Compare
Choose a tag to compare
  • Support refresh tokens without returning an id_token in the refresh
  • run silent renew using only the access token
  • id_token only has to be valid on the first authentication
  • add support to disable id_token validation completely, not recommended
  • Renamed enableIdTokenExpiredValidationInRenew to triggerRefreshWhenIdTokenExpired
  • Added disableIdTokenValidation parameter in config
  • logoff() possible now with POST request
  • removed deprecated isLoading$ property

Docs:
https://angular-auth-oidc-client.com/docs/documentation/silent-renew
https://angular-auth-oidc-client.com/docs/documentation/configuration