Skip to content

Releases: supabase/auth-js

v1.7.2

26 Nov 09:52
Compare
Choose a tag to compare

1.7.2 (2020-11-26)

Bug Fixes

v1.7.1

01 Nov 16:25
18859b3
Compare
Choose a tag to compare

1.7.1 (2020-11-01)

Bug Fixes

  • Simplify user and session methods. (#20) (18859b3)

v1.7.0

01 Nov 14:36
e988987
Compare
Choose a tag to compare

1.7.0 (2020-11-01)

Features

  • Add magic link api method and sign in. (#19) (e988987)

v1.6.1

26 Oct 11:25
Compare
Choose a tag to compare

1.6.1 (2020-10-26)

Bug Fixes

v1.6.0

21 Oct 14:57
Compare
Choose a tag to compare

1.6.0 (2020-10-21)

Features

  • documents release of client.user(), client.session(), and client.refreshSession() (d6a10ab)

v1.5.10

20 Oct 08:54
Compare
Choose a tag to compare

1.5.10 (2020-10-20)

Bug Fixes

  • broken import (c752839)
  • renames types to be more consistent across all of our libraries (209a678)
  • rolls back the 2.0.0 release (83549ac)

v1.5.9

15 Oct 06:15
Compare
Choose a tag to compare

1.5.9 (2020-10-15)

Bug Fixes

  • (hopefully the last). Errors don't need to be recreated since they bubble up as full errors (4aebf50)

v1.5.8

15 Oct 06:10
Compare
Choose a tag to compare

1.5.8 (2020-10-15)

Bug Fixes

  • removes stray console log (28cda7b)

v1.5.7

15 Oct 06:04
Compare
Choose a tag to compare

1.5.7 (2020-10-15)

Bug Fixes

  • turns out that GoTrue doesn't have a consistent error format. Adding another possible variation (3771344)

v1.5.6

15 Oct 05:56
Compare
Choose a tag to compare

1.5.6 (2020-10-15)

Bug Fixes

  • returns meaningful errors (1207790)