Angular Auth Oidc Client Versions Save

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

release_14_1_4

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

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

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

1 year ago

User data bugfix

release_14_1_0

1 year ago

Support Angular 14

release_14_0_2

1 year ago
  • Disable id_token time validation

release_14_0_1

1 year ago
  • Fix regression in the check session service

release_14_0_0

2 years ago

In this version the APP_INITIALIZER was removed. (See PR). The library will not do anything until the application interact with it. There is no pre-loading of anything and it does not affect your application's bootstrapping process at all. You can however explicitly preload the secure token server well-known endpoints with a new method called preloadAuthWellKnownDocument(). As a side effect because the config has to be loaded first, a lot of APIs become reactive and return an Observable now.

See the migration guide.

  • refresh token rotation is now optional and can be activated using allowUnsafeReuseRefreshToken
  • Fixed getUrlParameter's handling of fragment response
  • isLoading observable in OidcSecurityService
  • Add redirectUrl customization (via AuthOptions)
  • Fix: implicit flow in popup window error (fixes #1385)
  • Enhancement: Improved abstract services
  • Remove double quotes in info messages
  • Enhancement: Added auth result

release_13_1_0

2 years ago
  • Using window.crypto for jwt signature validation
  • Removed jsrsasign dependency

release_13_0_0

2 years ago

Support for Angular 13