supabase.auth.signInWithPassword
Sign in with email and password through Supabase Auth.
| Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | User email address. | |
| password | string | Yes | User password submitted to Supabase Auth. |
Response
Supabase user and session payload.
- SaaS-backed Supabase capability, not a standalone Greit engine.