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 - v2.37.0

Published by github-actions[bot] over 1 year ago

2.37.0 (2023-06-29)

Features

  • complete OIDC support for Apple, Google and others (#690) (6d0fd5f)
auth-js - v2.36.0

Published by github-actions[bot] over 1 year ago

2.36.0 (2023-06-29)

Features

  • use <= for auto refresh token threshold (#716) (4c2b3c6)
auth-js - v2.35.0

Published by github-actions[bot] over 1 year ago

2.35.0 (2023-06-29)

Features

  • add debug messages and configuration (#712) (c990bc2)
auth-js - v2.34.0

Published by github-actions[bot] over 1 year ago

2.34.0 (2023-06-27)

Features

  • no persist of session with no changes in _recoverAndRefresh (#711) (964f2fd)
auth-js - v2.33.0

Published by github-actions[bot] over 1 year ago

2.33.0 (2023-06-27)

Features

auth-js - v2.32.0

Published by github-actions[bot] over 1 year ago

2.32.0 (2023-06-26)

Features

  • _recoverAndRefresh does not remove session on retryable error (#710) (add762e)
auth-js - v2.31.0

Published by github-actions[bot] over 1 year ago

2.31.0 (2023-06-19)

Features

auth-js - v2.30.0

Published by github-actions[bot] over 1 year ago

2.30.0 (2023-06-14)

Features

  • add async/await support for onAuthStateChange callbacks (#685) (8aaa6ac), closes #276
auth-js - v2.29.0

Published by github-actions[bot] over 1 year ago

2.29.0 (2023-06-09)

Features

auth-js - v2.28.1

Published by github-actions[bot] over 1 year ago

2.28.1 (2023-05-31)

Bug Fixes

  • return warning if persistSession is true with no storage option (#697) (4664066), closes #539
  • verifyOtp should not removeSession for phone_change & email_change (#698) (83bc5b6), closes #696
auth-js - v2.28.0

Published by github-actions[bot] over 1 year ago

2.28.0 (2023-05-30)

Features

auth-js - v2.27.2

Published by github-actions[bot] over 1 year ago

2.27.2 (2023-05-24)

Bug Fixes

auth-js - v2.27.1

Published by github-actions[bot] over 1 year ago

2.27.1 (2023-05-23)

Bug Fixes

auth-js - v2.27.0

Published by github-actions[bot] over 1 year ago

2.27.0 (2023-05-16)

Features

  • keep expired session on initialization (#598) (1a63a42)
auth-js - v2.26.0

Published by github-actions[bot] over 1 year ago

2.26.0 (2023-05-12)

Features

auth-js - v2.25.0

Published by github-actions[bot] over 1 year ago

2.25.0 (2023-05-08)

Features

auth-js - v2.24.0

Published by github-actions[bot] over 1 year ago

2.24.0 (2023-04-26)

Features

  • increase auto refresh tick duration to 30s from 10s (#651) (c7eb42f)
auth-js - v2.23.0

Published by github-actions[bot] over 1 year ago

2.23.0 (2023-04-19)

Features

auth-js - v2.22.3

Published by github-actions[bot] over 1 year ago

2.22.3 (2023-04-17)

Bug Fixes

  • default to plain code challenge method if crypto API is undefined (#663) (455ff47)
auth-js - v2.22.2

Published by github-actions[bot] over 1 year ago

2.22.2 (2023-04-17)

Bug Fixes

  • signOut should remove any unused code verifier (#664) (a922241)