npm @supabase/supabase-js 0.35.0
v0.35.0

latest releases: 2.72.1-canary.15, 2.72.1-canary.14, 2.72.1-canary.13...
5 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.