Supabase - Login
Overview
Authenticates a user with Supabase, returning a Data Structure containing the user's JWT and session data, or an error.
info
If the login fails, make sure the user exists (has been created/signed up) in the Supabase project and that they are verified. You can use the Create User block to create/sign up a user to a Supabase project.
Returns |
---|
Data Structure |
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Supabase Project URL | Your Supabase project URL, eg: https://yourprojecturl.supabase.co | Text Process Block Group | Yes |
API Key | Your public/anon Supabase API Key | Secret Block Group | Yes |
E-Mail to log in with | The Supabase user's log-in e-mail address | Semi-Secret Block Group | No |
Phone Number to log in with | The Supabase user's log-in phone number | Semi-Secret Block Group | No |
Log-In Password | The password associated with the e-mail address or phone number | Semi-Secret Block Group | Yes |
Project Connection Config | A Supabase connection configuration that was setup in the Databases panel | Text Process Block Group | No |
Catch Errors to Data Structure | Catch errors from the Login call to Supabase as a Data Structure and return them as the response value to enable manual error handling. If turned on errors will not get caught in a Try-Catch block. | Boolean Block Group | No |