Skip to content

Latest commit

 

History

History
94 lines (49 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

94 lines (49 loc) · 6.27 KB

Changelog

2.65.0 (2024-08-27)

Features

  • add bindings for Multi-Factor Authentication (Phone) (#932) (b957c30)
  • add kakao to sign in with ID token (#845) (e2337ba)
  • remove session, emit SIGNED_OUT when JWT session_id is invalid (#905) (db41710)

Bug Fixes

  • Correct typo in GoTrueClient warning message (#938) (8222ee1)
  • don't throw error in exchangeCodeForSession (#946) (6e161ec)
  • move docker compose to v2 (#940) (38eef89)

2.64.4 (2024-07-12)

Bug Fixes

2.64.3 (2024-06-17)

Bug Fixes

2.64.2 (2024-05-03)

Bug Fixes

  • signOut should ignore 403s (#894) (eeb77ce)
  • suppress getSession warning whenever _saveSession is called (#895) (59ec9af)

2.64.1 (2024-04-25)

Bug Fixes

  • return error if missing session or missing custom auth header (#891) (8d16578)

2.64.0 (2024-04-25)

Features

  • remove cache: no-store as it breaks cloudflare (#886) (10e9d38)

Bug Fixes

  • Revert "fix: getUser returns null if there is no session (#876)" (#889) (6755fef)
  • revert check for access token in header (#885) (03d8ba7)

2.63.2 (2024-04-20)

Bug Fixes

2.63.1 (2024-04-18)

Bug Fixes

  • getUser returns null if there is no session (#876) (6adf8ca)
  • implement exponential back off on the retries of _refreshAccessToken method (#869) (f66711d)
  • update session warning (#879) (3661130)

2.63.0 (2024-03-26)

Features

Bug Fixes