Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

angular-auth-oidc-client

Package Overview
Dependencies
2
Maintainers
2
Versions
177
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
18Next

14.0.0

Diff

Changelog

Source

2022-04-18 14.0.0

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
damienbod
published 13.1.0 •

Changelog

Source

2021-12-01 13.1.0

  • Using window.crypto for jwt signature validation
  • Removed jsrsasign dependency
damienbod
published 13.0.0 •

Changelog

Source

2021-11-19 13.0.0

  • Update to Angular 13 and rxjs 7
damienbod
published 12.0.3 •

Changelog

Source

2021-08-17 12.0.3

  • docs(guards): use UrlTree for redirect, clean up
  • fixing storage mechanism
  • Additional logging when a nonce is created and validated
damienbod
published 12.0.2 •

Changelog

Source

2021-07-20 12.0.2

  • Added fix overwriting prompt param
  • Unclear error message when providing improper config to module
  • added multiple configs documentation
  • Expose PopupService and PopupOptions as public
  • Support end session for Auth0 (non conform OIDC endpoint)
damienbod
published 12.0.1 •

Changelog

Source

2021-07-06 12.0.1

  • Fix #1168 userInfoEndpoint Typo
damienbod
published 12.0.0 •

Changelog

Source

2021-07-04 Version 12.0.0

  • Configuration via forRoot(...) method

  • Remove the "AuthorizedState" enum in Version 12

  • Use a different key than redirect to store redirect route when using autologin

  • Returnvalue of loginwithpopup and login should be the same

  • How to provide client id during logoff

  • urlHandler callback function parameter in LogoffRevocationService.logoff does nothing

  • Convert all instances of "Authorized" to "Authenticated"

  • Support for multiple APIs with unique scopes

  • Multiple access tokens for the same client_id but different scopes

  • Is there a silent renew event?

  • Angular 12 Support

  • Add configuration to disable or enable id_token expired check

  • Support for Azure B2C multiple policies

  • Improve AutoLoginSample

  • Accessing AuthResult response object

  • Rename stsServer configuration parameter to authority

  • Only one returntype (object) when subscribing to isAuthenticated and user data to avoid confusion.

damienbod
published 11.6.11 •

Changelog

Source

2021-06-12 Version 11.6.11

  • Silent renew does not always start
damienbod
published 11.6.10 •

Changelog

Source

2021-05-28 Version 11.6.10

  • AutoLoginGuard appears to cause some sort of infinite loop.
damienbod
published 11.6.9 •

Changelog

Source

2021-05-16 Version 11.6.9

  • Support Custom Params for EndSession and RefreshTokens Renew
  • Added Auth0 example
  • Bugfix: the "use" attr on the jwks key is optional if only one key is present
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc