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.22.8

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

1.22.8 (2022-03-21)

Bug Fixes

  • mark verifyMobileOTP as deprecated & update verifyOTP (c9b23a6)
  • verify email otp to verifyOTP (78f2458)
auth-js - v1.22.7

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

1.22.7 (2022-03-21)

Bug Fixes

  • properly default shouldCreateUser flag (8a4087e)
auth-js - v1.22.6

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

1.22.6 (2022-03-17)

Bug Fixes

  • calc expiresAt before returning verifyMobileOtp (0bca3fd)
  • persist session if user is null. (8754ccb)
auth-js - v1.22.5

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

1.22.5 (2022-03-11)

Bug Fixes

  • add phone field to user attr (05863f0)
auth-js - v1.22.4

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

1.22.4 (2022-03-09)

Bug Fixes

  • Merge pull request #244 from fspijkerman/feat/keycloak-provider (f80da9d)
auth-js - v1.22.3

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

1.22.3 (2022-02-25)

Bug Fixes

  • prefer global fetch to cross-fetch (e440a90)
auth-js - v1.22.2

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

1.22.2 (2022-02-24)

Bug Fixes

  • add no signup param for otp endpoints (0ad92ae)
  • send magiclink should use otp endpoint (9c2d9a8)
auth-js - v1.22.1

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

1.22.1 (2022-02-09)

Bug Fixes

auth-js - v1.22.0

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

1.22.0 (2022-01-19)

Bug Fixes

  • Merge pull request #128 from supabase/da/hcaptcha-support (edcd2ff)

Features

  • allow clients to provide an hcaptcha response token (7d4fdf1)
auth-js - v1.21.7

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

auth-js - v1.21.6

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

1.21.6 (2021-11-18)

Bug Fixes

auth-js - v1.21.5

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

1.21.5 (2021-11-18)

Bug Fixes

  • add a new TOKEN_REFRESHED event (0add695)
auth-js - v1.21.4

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

1.21.4 (2021-11-18)

Bug Fixes

  • add typescript mapping for identities type (d31509c)
auth-js - v1.21.3

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

1.21.3 (2021-11-18)

Bug Fixes

auth-js - v1.21.2

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

1.21.2 (2021-11-18)

Bug Fixes

  • Removes deprecated data for session (492d6d7)
auth-js - v1.21.1

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

1.21.1 (2021-11-17)

Bug Fixes

auth-js - v1.21.0

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

1.21.0 (2021-11-15)

Bug Fixes

Features

auth-js - v1.20.0

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

1.20.0 (2021-11-08)

Features

  • allow providing custom fetch implementation (967b145)
auth-js - v1.19.0

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

1.19.0 (2021-10-28)

Bug Fixes

  • semantic release now requires node 14 (57797dd)

Features

  • adds spotify and slack providers (897b020)
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)