auth-js

An isomorphic Javascript library for Supabase Auth.

MIT License

Downloads
1.5M
Stars
356
Committers
75

Bot releases are visible (Hide)

auth-js - v1.13.1

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

1.13.1 (2021-04-14)

Bug Fixes

  • include src for source maps (06d755a)
auth-js - v1.13.0

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

1.13.0 (2021-04-12)

Features

auth-js - v1.12.6

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

1.12.6 (2021-04-11)

Bug Fixes

  • signIn with wrong password unit test (02a57aa)
auth-js - v1.12.5

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

1.12.5 (2021-04-11)

Bug Fixes

auth-js - v1.12.4

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

1.12.4 (2021-04-08)

Bug Fixes

  • clear refreshTokenTimer on session remove (34ddd23)
  • create refreshTokenTimer to manage refresh token (5694ade)
  • recover and refresh token on startup (3a670be)
  • saveSession and auto trigger refresh token (90ba6ff)
auth-js - v1.12.3

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

1.12.3 (2021-04-04)

Bug Fixes

  • call token refreshing with arrow function (5b7fbda)
auth-js - v1.12.2

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

1.12.2 (2021-03-22)

Bug Fixes

  • #52 - documents the "expires_in" field (2a797b1)
auth-js - v1.12.1

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

1.12.1 (2021-03-18)

Bug Fixes

  • update session userData and save to storage (b61ecee)
auth-js - v1.12.0

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

1.12.0 (2021-03-10)

Features

  • OAuth providers can now be supplied scopes (6e0e02c)
auth-js - v1.11.3

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

1.11.3 (2021-03-10)

Bug Fixes

auth-js - v1.11.2

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

1.11.2 (2021-02-23)

Bug Fixes

auth-js - v1.11.1

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

1.11.1 (2021-02-23)

Bug Fixes

  • removes redirectTo from UserCredentials (a6af15d)
auth-js - v1.11.0

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

1.11.0 (2021-02-22)

Features

  • Give the ability for developers to redirect their users to a specified URL after they are logged in. (aa3ed98)
auth-js - v1.10.6

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

1.10.6 (2021-02-09)

Bug Fixes

auth-js - v1.10.5

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

auth-js - v1.10.4

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

1.10.4 (2021-02-02)

Bug Fixes

auth-js - v1.10.3

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

1.10.3 (2021-01-20)

Performance Improvements

  • ♻️ applying early returns concept to reduce complexity and refactoring some methods to improve our performance (98d04e2)
auth-js - v1.10.2

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

1.10.2 (2021-01-20)

Bug Fixes

auth-js - v1.10.1

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

1.10.1 (2021-01-13)

Bug Fixes

  • fire PASSWORD_RECOVERY auth event (81a0879)
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)