Skip to main content

Supabase Auth

Overview

Auth using a Supabase Access Token (JWT)


Parameters

ParameterParameterValid BlocksRequired
Supabase Project URLYour Supabase project URL, eg: https://yourprojecturl.supabase.coText Block GroupYes
Supabase Anon API KeyYour anon/public Supabase API KeySecret Block GroupYes
Optional Custom Auth Header NameThe 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 GroupNo