Skip to content

Releases: damienbod/angular-auth-oidc-client

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

Release 14.1.4

26 Aug 16:38
e10dd9b
Compare
Choose a tag to compare
  • Bugfix/unable to extract jwk without kid
  • Make id_token_hint optional on session end logout
  • construction of token endpoint body breaks if pkce is disable
  • deprecating is loading
  • added build step for rxjs 6
  • Added console debug to fulfill browser filters

Release 14.1.3

06 Aug 06:50
d0973ed
Compare
Choose a tag to compare
  • Improve logging error messages
  • Support observable open id configuration in sts config http loader constructor
  • Fix sample links for azure implementations
  • Fix throwing config event

Release 14.1.2

31 Jul 14:52
508fbeb
Compare
Choose a tag to compare
  • Bugfix RxJS imports to be compatible with RxJS 6
  • Updated dependencies
  • Bugfix concurrent issue with renew and normal code flow
  • Add disablePkce config parameter

Release 14.1.1

05 Jul 15:53
Compare
Choose a tag to compare

User data bugfix

Release 14.1.0

03 Jul 20:26
00dd055
Compare
Choose a tag to compare

Support Angular 14

Release 14.0.2

10 Jun 17:13
Compare
Choose a tag to compare
  • Disable id_token time validation