Skip to content

Releases: alexnitta/faunauth

v2.5.1

16 Oct 15:18

Choose a tag to compare

2.5.1 (2022-10-16)

Bug Fixes

  • check for user existence in deleteUser (f91c91f)
  • update privileges for deleting logged-in user (71dd3ec)

v2.5.0

28 Sep 21:48

Choose a tag to compare

2.5.0 (2022-09-28)

Bug Fixes

  • fix secret arg in deleteUser (c18c375)

Features

  • add auth/deleteUser function (45f7b2d)

v2.4.3

31 Aug 22:23

Choose a tag to compare

2.4.3 (2022-08-31)

Bug Fixes

  • add type definition for UserDataInput (d9bf6c1)

v2.4.2

31 Aug 21:50

Choose a tag to compare

2.4.2 (2022-08-31)

Bug Fixes

  • fix type definition for userData.id (50078b7)

v2.4.1

23 Aug 18:16

Choose a tag to compare

2.4.1 (2022-08-23)

Bug Fixes

  • set confirmedEmail to true in registerAdmin (baabf83)
  • set registerAdmin UDF role to "admin" (7af2406)

v2.4.0

23 Aug 13:55

Choose a tag to compare

2.4.0 (2022-08-23)

Features

  • add registerAdmin UDF and separate auth/registerAdmin from auth/setPasswordAdmin (3630284)

v2.3.1

22 Aug 21:02

Choose a tag to compare

2.3.1 (2022-08-22)

Bug Fixes

  • do not check if password has been used in setPasswordAdmin (feedcac)

v2.3.0

19 Aug 03:50

Choose a tag to compare

2.3.0 (2022-08-19)

Features

  • add registerAdmin function (15f81df)

v2.2.1

16 Aug 13:24

Choose a tag to compare

2.2.1 (2022-08-16)

Bug Fixes

  • ensure that the correct error is thrown if q.Call(register ...) fails (5826f10)

v2.2.0

15 Aug 21:54

Choose a tag to compare

2.2.0 (2022-08-15)

Bug Fixes

  • fix test case for refresh (2c48d8b)
  • remove unused import (b64f617)
  • return FaunauthError object instead of using Abort (166526d)
  • update logging in CLI (dd8a9e2)
  • update types in tests (509cbb9)

Features

  • change signature for "register" UDF to fix error handling (9d5ffaa)