auth-js

An isomorphic Javascript library for Supabase Auth.

MIT License

Downloads
24
Stars
289

Bot releases are visible (Hide)

auth-js - v1.18.0

Published by github-actions[bot] about 3 years ago

1.18.0 (2021-09-15)

Features

  • add cookie options to the jsdocs params (5314ce2)
auth-js - v1.17.1

Published by github-actions[bot] about 3 years ago

1.17.1 (2021-09-03)

Bug Fixes

  • add semantic-release-plugin-update-version-in-files to devDependencies (8b2c224)
  • require was breaking some builds (ab73b08)
  • set default X-Client-Info and trigger release (fe0e4fa)
  • typo (f3124d1)
auth-js - v1.17.0

Published by github-actions[bot] about 3 years ago

1.17.0 (2021-07-24)

Bug Fixes

  • existing tests (c22f054)
  • magicLink -> magiclink (5ed89c9)
  • moves tests to not use snapshot (41eaa8a)
  • updates confirmed_at to email_confirmed_at (582a3d4)
  • var to const (ed8b13f)

Features

  • adds generateLink api method (9c54259)
  • adds sign up + sign in with mobile/password and mobile OTP (15a20a9)
auth-js - v1.16.7

Published by github-actions[bot] over 3 years ago

1.16.7 (2021-07-20)

Bug Fixes

  • added 'twitch' to Providers (9a05b90)
auth-js - v1.16.6

Published by github-actions[bot] over 3 years ago

1.16.6 (2021-07-02)

Bug Fixes

auth-js - v1.16.5

Published by github-actions[bot] over 3 years ago

1.16.5 (2021-06-17)

Bug Fixes

  • refreshTokenTimer blocks node event loop exit (94740ad), closes #99
auth-js - v1.16.4

Published by github-actions[bot] over 3 years ago

1.16.4 (2021-06-14)

Bug Fixes

  • supabase/supabase-js#178 handle JWT expiry <= 60s (7502d3a)
auth-js - v1.16.3

Published by github-actions[bot] over 3 years ago

1.16.3 (2021-06-13)

Bug Fixes

  • supabase/supabase#1915 encode query string parameter values (0aefd9a)
auth-js - v1.16.2

Published by github-actions[bot] over 3 years ago

1.16.2 (2021-05-31)

Bug Fixes

  • trigger new patch version (99a11bb)
auth-js - v1.16.1

Published by github-actions[bot] over 3 years ago

1.16.1 (2021-05-31)

Bug Fixes

  • add Apple as Provider in types (dae28f6)
auth-js - v1.16.0

Published by github-actions[bot] over 3 years ago

1.16.0 (2021-05-30)

Features

auth-js - v1.15.5

Published by github-actions[bot] over 3 years ago

1.15.5 (2021-05-26)

Bug Fixes

  • #65 sends redirect in query param instead of referer header (7a65014)
auth-js - v1.15.4

Published by github-actions[bot] over 3 years ago

1.15.4 (2021-05-24)

Bug Fixes

  • /invite API (inviteUserByEmail) returns a User (d17e687)
auth-js - v1.15.3

Published by github-actions[bot] over 3 years ago

1.15.3 (2021-05-24)

Bug Fixes

  • globalThis polyfill for Mobile Safari <= 12.0 (eb6bb6e)
auth-js - v1.15.2

Published by github-actions[bot] over 3 years ago

1.15.2 (2021-05-22)

Bug Fixes

  • notify subscribers when setting session (d55d750)
auth-js - v1.15.1

Published by github-actions[bot] over 3 years ago

1.15.1 (2021-05-11)

Bug Fixes

  • removes the removeUser method from the client (108945b)
auth-js - v1.15.0

Published by github-actions[bot] over 3 years ago

1.15.0 (2021-05-10)

Bug Fixes

Features

auth-js - v1.14.0

Published by github-actions[bot] over 3 years ago

1.14.0 (2021-05-10)

Features

  • update JSDoc with return doc (0c5e53b)
auth-js - v1.13.4

Published by github-actions[bot] over 3 years ago

1.13.4 (2021-05-06)

Bug Fixes

auth-js - v1.13.3

Published by github-actions[bot] over 3 years ago

1.13.3 (2021-05-05)

Bug Fixes

  • Secure cookies when development with a vhost (4f72248)