Skip to content

Releases: manfredsteyer/angular-oauth2-oidc

20.0.2

01 Jul 07:40
Compare
Choose a tag to compare
  • tested with Angular v20
  • update Angular and 3rd party dependencies to ng v20 by @L-X-T
  • fix DOCUMENT import (v20) in quickstart-standalone demo app

19.0.0

03 Dec 10:42
Compare
Choose a tag to compare
  • tested with Angular v19
  • update Angular and 3rd party dependencies to lastest ng v19 by @L-X-T
  • inlcuding v19 migration of "standalone" flag in component decorator

18.0.0

03 Dec 10:40
Compare
Choose a tag to compare
  • tested with Angular v18
  • update mainly done thanx to @oaklandcorp-jkaiser
  • update 3rd party dependencies to lastest ng v18 by @L-X-T

17.0.2

27 Mar 14:02
0335790
Compare
Choose a tag to compare
  • chore: Update jsrsasign due to CVE-2024-21484 Marvin attack of RSA and RSAOAEP decryption #1393

15.0.0

18 Nov 17:51
Compare
Choose a tag to compare

Big thanks to all contributors!!

12.1

24 Aug 19:35
Compare
Choose a tag to compare

12.0.0

16 Jul 17:37
Compare
Choose a tag to compare

12.0.0

Bug Fixes

Features

  • introduce DateTimeProvider (0c0a4a7)
  • logout: postLogoutRedirectUri should not default to redirectUri (ff7d1d9)
  • support JWT response on userinfo endpoint (da16494)
  • Custom grant type added (#919)
  • Listen for storage to receive auth hash from popup (#935)
  • Add event for unchanged session (#936)
  • Add loginHint to codeFlow (#938)
  • Add a windowRef option to initLoginFlowInPopup to prevent the window from beeing blocked by popup blockers (#965)
  • Use configured revocationEndpoint by default (#1020)

Thanks to all the contributors: Miguel Serra, Manuel Rauber, Frank Rosner, Everson R R Moura, meysam gheysaryan, Nikolay, Patrick Westerhoff, Jonathan Yee, Flofie, Dirk Bolte, Sebastian Abshoff, Paweł Dymiński, Bala Charan Nihanth Mutluru, Torkill Strømmen, codeepic, sven-codeculture, Mohamed AbdelAal, Chaz Gatian, Réda Housni Alaoui, huy2nhan, Lin Jie, Taras Krasnytsia, Josselin Francois Downey, BobCui, Mike, Jeroen Heijmans, coyoteecd

Special Thanks to the one and only Jeroen Heijmans for moderating the forum/ issues.

10.0.0

30 Jun 18:07
Compare
Choose a tag to compare
  • Tested with Angular 10
  • Details: see changelog.md

9.2.0

28 Mar 19:57
Compare
Choose a tag to compare

Features

  • revoketokenandlogout: explicit way to revoke an access token according to RFC 7009 (c799ead)

  • token-revocation: also revoke refresh_token (429ed2c)

Bug Fixes

  • sample: make sense of the guard (1cae011)

Big tanks to Jeroen Heijmans, SESA469345, Varada-Schneider, and Manfred Steyer

9.1.0

23 Mar 13:37
Compare
Choose a tag to compare

Features

  • automatic silent refresh: stopAutomaticRefresh stops all timers. (8ab853b)
  • code-flow: allow using silent refresh by setting useSilentRefresh to true (93902a5)
  • sample: Also use new Identity Server 4 for implicit flow demo to prevent issues with same site cookies (58c6354)
  • session checks: Session checks work now for code flow too. Please see docs for details. (4bf8901)

Bug Fixes

  • code flow: Fixed code flow for IE 11 (0f03d39)
  • sample: use hash-based routing (3f44eca)
  • session state: save session_state also when using code flow (8fa99ff)
  • state: passing an url with a querystring as the state, e. g. url?x=1 (71b705c)
  • #687 (e2599e0)
  • missing HttpModule dependency (7eac8ae)
  • run tokensetup outside ngzone (07bb62d)
  • typo (3d331f2)

Pull Requests

  • Update sample app and silent-refresh.html script #755, linjie997
  • Add optional state parameter for logout, pmccloghrylaing
  • fix customHashFragment usage in tryLoginCodeFlow, roblabat
  • replace document with injectionToken #741, d-moos
  • Support predefined custom parameters extraction from the TokenResponse, vdveer
  • Fixed not working silent refresh when using 'code' #735, ErazerBrecht

Thanks

Big Thanks to all contributers: Brecht Carlier, Daniel Moos, Jie Lin, Manfred Steyer, Phil McCloghry-Laing, robin labat, vdveer

Also, big thanks to jeroenheijmans for doing an awesome job with moderating and analyzing the issues!