Supabase Auth
Overview
Auth using a Supabase Access Token (JWT)
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Supabase Project URL | Your Supabase project URL, eg: https://yourprojecturl.supabase.co | Text Block Group | Yes |
Supabase Anon API Key | Your anon/public Supabase API Key | Secret Block Group | Yes |
Optional Custom Auth Header Name | The name of the header that contains the Supabase User Token (JWT). A header named `Authorization` is the default value and it expects the value of this header to be a JWT prefixed by `Bearer` | Text Block Group | No |