docs/versioned_docs/version-2.x/auth/supabase.md
The following CLI command will install required packages and generate boilerplate code and files for Redwood Projects:
yarn rw setup auth supabase
Update your .env file with the following settings supplied when you created your new Supabase project:
SUPABASE_URL with the unique Supabase URL for your projectSUPABASE_KEY with the unique Supabase Key that identifies which API KEY to useSUPABASE_JWT_SECRET with the secret used to sign and verify the JSON Web Token (JWT)You can find these values in your project's dashboard under Settings -> API.
For full Supabase documentation, see: https://supabase.io/docs
Supabase supports several sign in methods:
redirectTo option.scopes in your request options to get back an OAuth provider_token.Depending on the credentials provided:
'apple' | 'azure' | 'bitbucket' | 'discord' | 'facebook' | 'github' | 'gitlab' | 'google' | 'twitch' | 'twitter'app.supabase.io for your project.app.supabase.io for your project.For Supabase Authentication documentation, see: https://supabase.io/docs/guides/auth