Releases: damienbod/angular-auth-oidc-client
Releases · damienbod/angular-auth-oidc-client
19.0.0
18.0.2
- Feat: log when provided configId does not exist
- Fix: auto login guard passes correct config id
- Feat: add guard autoLoginPartialRoutesGuardWithConfig for specific configuration
- Fix: Rudimentary fix for popup closing too early
- merge the well-known endpoints with the config ones
- Bugfix: Updated URL service isCallbackFromSts
18.0.1
18.0.0
17.1.0
- docs: add new signal properties to public api docs
- fix(refresh-session): forceRefreshSession does not reset storageSilentRenewRunning
- refactor example to control flow syntax
- feat: add option to override the auth well known suffix
- feat: add authenticated and userData signals
- Bugfix: Updated URL service isCallbackFromSts
- fix network error detection due to potential falsy instanceof ProgressEvent evaluation if ProgressEvent is monkey patched by another library
- fix: refresh authWellKnownEndPoints
- refactor: replace any types
- fix: inject DOCUMENT
- Moving to inject function
- fix: adding missing field token_type from AuthResult.
17.0.0
Release 16.0.1
- 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
Release 15.0.5
- Bugfix id token expire check
Release 15.0.4
- 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