github supabase/supabase-js v0.35.0

latest releases: v2.43.1, v2.43.0, v2.42.7...
3 years ago

Improvements

supabase.auth namespace added which includes:

  • supabase.auth.signup(email, password)
  • supabase.auth.login(email, password)
  • supabase.auth.logout()
  • supabase.auth.refreshToken()
  • supabase.auth.user()

Breaking changes

  • will not work with "pre-auth" Supabase backends. If you're seeing Error: {“message”:“Server lacks JWT secret”} you will need to use version v0.34.0 or lower

Don't miss a new supabase-js release

NewReleases is sending notifications on new releases.