Skip to content

Releases: supabase/auth

v1.3.1

01 Nov 05:44
fbbeea4
Compare
Choose a tag to compare

1.3.1 (2020-11-01)

Bug Fixes

  • stops special symbols corrupting json body intermittently (7e57ad5)

v1.3.0

30 Oct 10:02
f0d0ec9
Compare
Choose a tag to compare

1.3.0 (2020-10-30)

Bug Fixes

  • adds random password generator for temp password on magic link endpoint (52cb0e7)

Features

  • signs up user if not found on magic link request (0416cbb)

v1.2.0

26 Oct 04:47
e1fb0a8
Compare
Choose a tag to compare

1.2.0 (2020-10-26)

Bug Fixes

  • updates confirmation url params to be consumable by new verify interface (ffbe85a)

Features

  • adds ability auto-login users who receive account recovery email (3718106)

v1.1.2

29 Sep 06:28
83ca514
Compare
Choose a tag to compare

1.1.2 (2020-09-29)

Bug Fixes

  • add docs for callback and authorize (83ca514)

v1.1.1

22 Sep 03:28
ccbec67
Compare
Choose a tag to compare

1.1.1 (2020-09-22)

Bug Fixes

  • changes # to ? in external redirect callbacks (9ec992d)

v1.1.0

21 Sep 09:11
ac0ea02
Compare
Choose a tag to compare

1.1.0 (2020-09-21)

Features

  • Adds a docker deployment (6017f34)

v1.0.2

07 Sep 19:32
23f515f
Compare
Choose a tag to compare

1.0.2 (2020-09-07)

Bug Fixes

  • adds release assets to releases (7b33ed3)

v1.0.1

07 Sep 17:20
ae02d91
Compare
Choose a tag to compare

1.0.1 (2020-09-07)

Bug Fixes

  • disable tests to test ci (fd6ae55)

v1.0.0

07 Sep 17:10
b0d70a1
Compare
Choose a tag to compare

1.0.0 (2020-09-07)

Bug Fixes

  • #1 changed fragment to query parameter in confirmation email and now allow confirmation of email token via GET request to /verify which will forward to SITEURL on success (452c77f)
  • add empty emails checks (53ecf93)
  • add gitlab types and handle primary email confirmation (ab65ec9)
  • cleanup unused const (6349ed1)
  • netlify/gotrue#255 (6b141a5)
  • need to be able to pass full urls as template urls (b01eefc)
  • new external open signups (184a1fb)
  • search existing users by verified emails, unless Autoconfirm is true (9af1d1e)
  • setting up ci for supabase repo (ea1ee89)
  • support multiple emails for external providers (9d3195a)
  • external-gitlab: don't override primary email with additional emails (5a4eddd)