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