auth-js

An isomorphic Javascript library for Supabase Auth.

MIT License

Downloads
24
Stars
289

Bot releases are visible (Hide)

auth-js - v1.10.0

Published by github-actions[bot] almost 4 years ago

1.10.0 (2021-01-12)

Features

  • Add Next.js & Express cookie helpers. (#33) (f09d4cb)
auth-js - v1.9.3

Published by github-actions[bot] almost 4 years ago

1.9.3 (2021-01-04)

Bug Fixes

  • don't error if process is undefined (70ade22)
auth-js - v1.9.2

Published by github-actions[bot] almost 4 years ago

1.9.2 (2020-12-13)

Bug Fixes

  • Automatically recover expired sessions. (a9718e9)
auth-js - v1.9.1

Published by github-actions[bot] almost 4 years ago

1.9.1 (2020-12-11)

Bug Fixes

  • Fire signed in event on recoverSession. (5de6b7f)
auth-js - v1.9.0

Published by github-actions[bot] almost 4 years ago

1.9.0 (2020-12-10)

Features

  • add export of types for downstream use (b78b003)
auth-js - v1.8.0

Published by github-actions[bot] almost 4 years ago

1.8.0 (2020-11-27)

Features

  • adds inviteUserByEmail for api users (6503a6c)
auth-js - v1.7.3

Published by github-actions[bot] almost 4 years ago

1.7.3 (2020-11-27)

Bug Fixes

  • push release for React Native (00c278d)
auth-js - v1.7.2

Published by github-actions[bot] almost 4 years ago

1.7.2 (2020-11-26)

Bug Fixes

auth-js - v1.7.1

Published by github-actions[bot] almost 4 years ago

1.7.1 (2020-11-01)

Bug Fixes

  • Simplify user and session methods. (#20) (18859b3)
auth-js - v1.7.0

Published by github-actions[bot] almost 4 years ago

1.7.0 (2020-11-01)

Features

  • Add magic link api method and sign in. (#19) (e988987)
auth-js - v1.6.1

Published by github-actions[bot] almost 4 years ago

1.6.1 (2020-10-26)

Bug Fixes

auth-js - v1.6.0

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

1.6.0 (2020-10-21)

Features

  • documents release of client.user(), client.session(), and client.refreshSession() (d6a10ab)
auth-js - v1.5.10

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

1.5.10 (2020-10-20)

Bug Fixes

  • broken import (c752839)
  • renames types to be more consistent across all of our libraries (209a678)
  • rolls back the 2.0.0 release (83549ac)
auth-js - v1.5.9

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

1.5.9 (2020-10-15)

Bug Fixes

  • (hopefully the last). Errors don't need to be recreated since they bubble up as full errors (4aebf50)
auth-js - v1.5.8

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

1.5.8 (2020-10-15)

Bug Fixes

  • removes stray console log (28cda7b)
auth-js - v1.5.7

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

1.5.7 (2020-10-15)

Bug Fixes

  • turns out that GoTrue doesn't have a consistent error format. Adding another possible variation (3771344)
auth-js - v1.5.6

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

1.5.6 (2020-10-15)

Bug Fixes

  • returns meaningful errors (1207790)
auth-js - v1.5.5

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

1.5.5 (2020-10-14)

Bug Fixes

  • async storage class (494d70d)
  • LocalStorage class implements Storage (0a05071)
auth-js - v1.5.4

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

1.5.4 (2020-10-12)

Bug Fixes

  • adds test for current user (986ab36)
auth-js - v1.5.3

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

1.5.3 (2020-10-12)

Bug Fixes

  • recovers user from local storage on init (4da5a9f)