Skip to content

Releases: netlify/gotrue-js

v0.9.29

29 Jan 09:55
9f002e8
Compare
Choose a tag to compare

Bug Fixes

  • security: don't log token on parsing errors (#279) (1334f52)

v0.9.28

07 Dec 10:55
0c8c6d3
Compare
Choose a tag to compare

0.9.28 (2020-12-07)

Bug Fixes

  • docs-readme: add note about using admin methods with Netlify CLI (#234) (5f3d504)

v0.9.27

07 Sep 10:15
328b924
Compare
Choose a tag to compare

0.9.27 (2020-09-07)

Bug Fixes

  • types: make signup data argument optional (#165) (d1565a7)

v0.9.26

30 Jun 13:03
Compare
Choose a tag to compare

0.9.26 (2020-06-30)

Bug Fixes

  • docs: format readme file and add some missing arguments (#110) (738998e)
  • return a rejected promise when inner token is null or undefined (#83) (2ae4de5)

v0.9.25

30 Jun 10:10
610c61e
Compare
Choose a tag to compare
  • Fix SSR: Only access localStorage if window is defined (#48 @danlutz)

v0.9.22

25 Jun 23:23
Compare
Choose a tag to compare

v0.9.21

07 Jun 17:17
Compare
Choose a tag to compare
  • Remove extraneous console.log

v0.9.20

08 Feb 22:42
Compare
Choose a tag to compare
  • Improve token parsing error reporting

v0.9.19

30 Jan 01:43
Compare
Choose a tag to compare
  • Improve JWT parsing to avoid errors thrown by atob (#18)

v0.9.18

29 Jan 23:24
Compare
Choose a tag to compare
  • Fix missing assignment