Skip to content

Releases: supabase/auth-js

v2.72.0-rc.10

29 Aug 09:39
dacd705
Compare
Choose a tag to compare
v2.72.0-rc.10 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.72.0-rc.8

25 Aug 09:19
3a147b5
Compare
Choose a tag to compare
v2.72.0-rc.8 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.72.0-rc.7

25 Aug 08:59
3ac6a61
Compare
Choose a tag to compare
v2.72.0-rc.7 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.72.0-rc.6

19 Aug 19:09
bc2c985
Compare
Choose a tag to compare
v2.72.0-rc.6 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.72.0-rc.5

18 Aug 11:12
570789e
Compare
Choose a tag to compare
v2.72.0-rc.5 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.72.0-rc.2

12 Aug 15:41
d59e1eb
Compare
Choose a tag to compare
v2.72.0-rc.2 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.72.0-rc.1

23 Jul 15:26
483e24b
Compare
Choose a tag to compare
v2.72.0-rc.1 Pre-release
Pre-release

This is a release candidate. See release-please PR #1090 for context.

v2.71.1

17 Jul 11:51
420930e
Compare
Choose a tag to compare

2.71.1 (2025-07-17)

Bug Fixes

  • use JSON-based deep clone instead of structuredClone (#1084) (9a6edb9)

v2.71.1-rc.1

17 Jul 11:07
9a6edb9
Compare
Choose a tag to compare
v2.71.1-rc.1 Pre-release
Pre-release

This is a release candidate. See release-please PR #1085 for context.

v2.71.0

14 Jul 07:20
c6cee20
Compare
Choose a tag to compare

2.71.0 (2025-07-10)

Features

  • fallback to getUser() if the kid of the JWT is not found (#1080) (9721f60)
  • introduce experimental split user and session storage (#1023) (e7b2f21)
  • make getClaims() non experimental, add global cache (#1078) (ffe13d7)
  • remove solana dependency by inlining types (#1079) (7665f94)

Bug Fixes

  • handle null current session with split session storage (#1071) (bc6192a)