menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

What does ...
source image

Dev

2w

read

211

img
dot

Image Credit: Dev

What does Supabase use for its Authentication?

  • Supabase uses its own library for authentication called @supabase/auth-js.
  • The Signin page in Supabase's workspace contains the SigninForm component for email and password authentication.
  • The onSignIn function in SignInForm.tsx file calls the auth.signInWithPassword function.
  • The auth function is imported from the lib/gotrue file in the common package of Supabase.

Read Full Article

like

12 Likes

For uninterrupted reading, download the app