Angular Auth Oidc Client Versions Save

npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow

17.0.0

3 months ago

Angular 17

release_16_0_1

8 months ago
  • 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

10 months ago
  • 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

11 months ago
  • Bugfix id token expire check

release_15_0_4

1 year ago
  • 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

1 year ago

fix(refreshSession): fix refreshSessionWithRefreshTokens

https://github.com/damienbod/angular-auth-oidc-client/pull/1655

release_15_0_2

1 year ago
  • bugfix POST logout, missing parameters

release_15_0_1

1 year ago
  • Add silent renew error event
  • Improve Popup flows
  • Bugfixes revocation
  • Updated project to Angular 15

release_15_0_0

1 year ago
  • 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

1 year ago
  • 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