Skip to content

Releases: damienbod/angular-auth-oidc-client

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

Release 14.1.5

21 Sep 20:33
de48f9e
Compare
Choose a tag to compare
  • Exposing payload of access token
  • Fix bug in logoffAndRevokeTokens() which was not revoking the access token correctly
  • Fix checkSession messageHandler configuration correctly
  • fix: Use correct offset in ID token expiry check