Skip to content

Latest commit

 

History

History
89 lines (45 loc) · 3.99 KB

CHANGELOG.md

File metadata and controls

89 lines (45 loc) · 3.99 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.0.18 (2024-05-17)

Features

  • AuthClient: renew function (e62c39c)

0.0.17 (2024-05-01)

Bug Fixes

  • AuthClient: publish new status event if token has changed (42a5eb2)

0.0.16 (2024-03-29)

Bug Fixes

  • only process redirects if we're expecting one (730f39b)

0.0.15 (2024-03-27)

Bug Fixes

  • replace session with localStorage due to odd issues (2fea775)

0.0.14 (2024-03-27)

Bug Fixes

  • error state printing [Object object] (339a2b0)

0.0.13 (2024-03-25)

Bug Fixes

  • more explicit warn logs (442aded)

0.0.12 (2024-03-12)

Bug Fixes

  • RenewLoginState: return previous login status while refreshing (634948a)

0.0.11 (2024-03-10)

Bug Fixes

  • IncomingRedirectState: fix removing code from history (381c227)

0.0.10 (2024-02-15)

Bug Fixes

  • add oauthority url to endpoints key (cdfc441)

0.0.9 (2024-01-27)

Bug Fixes

  • distinguish log messages (91f1656)

0.0.8 (2024-01-27)

Bug Fixes

  • correct state check, and simplify (04b1ab3)

0.0.7 (2024-01-27)

Bug Fixes

  • move state to sessionStorage (1720edb)

0.0.6 (2024-01-27)

Bug Fixes

  • more detailed error catching and logging (d138c08)

0.0.5 (2024-01-26)

0.0.4 (2024-01-25)

Bug Fixes

  • hide default debug messages, add debug flag (d7f5051)