Socket
Socket
Sign inDemoInstall

angular-auth-oidc-client

Package Overview
Dependencies
9
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
18Next

17.0.0

Diff

Changelog

Source

2024-02-03 17.0.0

  • Support Angular 17
damienbod
published 16.0.1 •

Changelog

Source

2023-08-27 16.0.1

  • Fix problem in logoff when urlHandler option is present
    • PR
  • 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
damienbod
published 16.0.0 •

Changelog

Source

2023-06-19 16.0.0

  • Add provideAuth for standalone applications
  • Docs: adds docs for standalone methods
  • Docs: add standalone example
  • Fix: returning a loginresponse and not null
  • moved the setting of popupauth in storage before opening the popup wi…
  • Deprecate guard and update docs
damienbod
published 15.0.5 •

Changelog

Source

2023-05-05 15.0.5

  • Bugfix id token expire check
damienbod
published 15.0.4 •

Changelog

Source

2023-04-15 15.0.4

  • isCurrentlyInPopup will check for opener and session storage
  • Expand configuration per default
  • Move code storage values to store to simple boolean
  • Bugfix: Library fails on Firefox REOPEN #1621
  • added localstorage service. refactored missed jsdocs + fixed imports
  • adding provided in root to services
damienbod
published 15.0.3 •

Changelog

Source

2023-01-23 15.0.3

  • fix(refreshSession): fix refreshSessionWithRefreshTokens
damienbod
published 15.0.2 •

Changelog

Source

2022-11-27 15.0.2

  • bugfix POST logout, missing parameters
damienbod
published 15.0.1 •

Changelog

Source

2022-11-26 15.0.1

  • Add silent renew error event
  • Improve Popup flows
  • Bugfixes revocation
  • Updated project to Angular 15
damienbod
published 15.0.0 •

Changelog

Source

2022-11-18 15.0.0

  • 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: Silent Renew

Configuration

Migration V14 to V15

damienbod
published 14.1.5 •

Changelog

Source

2022-09-21 14.1.5

  • 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
2345
18Next
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