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.