Releases: netlify/gotrue-js
Releases · netlify/gotrue-js
v0.9.29
Bug Fixes
- security: don't log token on parsing errors (#279) (1334f52)
v0.9.28
0.9.28 (2020-12-07)
Bug Fixes
- docs-readme: add note about using admin methods with Netlify CLI (#234) (5f3d504)
v0.9.27
0.9.27 (2020-09-07)
Bug Fixes
- types: make signup data argument optional (#165) (d1565a7)
v0.9.26
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
- Fix SSR: Only access localStorage if window is defined (#48 @danlutz)
v0.9.21
- Remove extraneous console.log
v0.9.20
- Improve token parsing error reporting
v0.9.19
- Improve JWT parsing to avoid errors thrown by
atob
(#18)