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.23.0-next.7

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

1.23.0-next.7 (2022-08-04)

Bug Fixes

  • add AuthResponse type (d7881b3)
  • add custom error classes (0e0cac4)
  • clean up signInWithOAuth types (ef1011f)
  • clean up signInWithOAuth types (9fce93e)
  • make types tighter (77299d3)
  • refreshSession should take in an optional refreshToken (4d20e57)

Features

  • Merge pull request #304 from supabase/km/refactor-sign-in (f14cc9f)
  • remove deprecated functions (1e3ce97)
auth-js - v1.22.21

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

1.22.21 (2022-07-28)

Bug Fixes

  • add config for sign in endpoints (84c28df)
auth-js - v1.23.0-next.6

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

1.23.0-next.6 (2022-07-23)

Bug Fixes

  • only saveSession when persistSession is true (815a9bf)
auth-js - v1.23.0-next.5

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

1.23.0-next.5 (2022-07-23)

Bug Fixes

  • es2020 (bb21023)
  • import cross-fetch conditionally (96b633a)
  • Minor typo fix just because I found it... (f1f17f2)
  • rename captcha field (edc8c50)

Reverts

  • Revert "test:remove unused test" (5cd249f)
auth-js - v1.22.20

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

1.22.20 (2022-07-15)

Reverts

  • Revert "test:remove unused test" (5cd249f)
auth-js - v1.22.19

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

1.22.19 (2022-07-06)

Bug Fixes

  • Minor typo fix just because I found it... (f1f17f2)
auth-js - v1.22.18

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

1.22.18 (2022-06-30)

Bug Fixes

auth-js - v1.22.17

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

1.22.17 (2022-06-27)

Bug Fixes

auth-js - v1.23.0-next.4

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

1.23.0-next.4 (2022-06-23)

Bug Fixes

  • allow custom storage key in localstorage (9335ccc)
auth-js - v1.23.0-next.3

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

1.23.0-next.3 (2022-06-08)

Bug Fixes

  • destructure currentSession from persistedSession (420b71f)
  • makes setAuth work with inMemorySession (9794043)
auth-js - v1.23.0-next.2

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

1.23.0-next.2 (2022-06-07)

Bug Fixes

  • getSession() read from localStorage every time (e18334e)
auth-js - v1.23.0-next.1

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

1.23.0-next.1 (2022-06-07)

Bug Fixes

Features

  • add getUser method (d32ae77)
  • added async getSession method (a722840)
auth-js - v1.22.16

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

1.22.16 (2022-05-31)

Bug Fixes

auth-js - v1.22.15

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

1.22.15 (2022-05-09)

Bug Fixes

  • Add new fields on User type (14e1441)
auth-js - v1.22.14

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

1.22.14 (2022-05-06)

Bug Fixes

  • token refresh retry offline + recover on visible (#278) (8c6373b)
auth-js - v1.22.13

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

1.22.13 (2022-04-19)

Bug Fixes

  • notify all subscribers when calling setAuth (8af8a0b)
auth-js - v1.22.12

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

1.22.12 (2022-04-01)

Bug Fixes

  • add phone_change otp type (855d494)
auth-js - v1.22.11

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

1.22.11 (2022-03-29)

Bug Fixes

  • setAuth should not set user to null (53c725a)
auth-js - v1.22.10

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

1.22.10 (2022-03-28)

Bug Fixes

auth-js - v1.22.9

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

1.22.9 (2022-03-27)

Bug Fixes

  • add warning msg if redirect_to is used for non-oauth sign-ups/sign-ins (cd9eff7)
  • update redirectURL type docs (1f45f02)