
Supabase Auth
Authentication and User Management by Supabase
Supabase Auth
supabase/auth:v2.166.0
Just deployed
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
Auth is a user management and authentication server written in Go that powers Supabase's features such as:
- Issuing JWTs
- Row Level Security with PostgREST
- User management
- Sign in with email, password, magic link, phone number Sign in with external providers (Google, Apple, Facebook, Discord, ...)
It is originally based on the excellent GoTrue codebase by Netlify, however both have diverged significantly in features and capabilities.
See https://github.com/supabase/auth for a full list of environment variables and the different endpoints of the Auth service.
Template Content
Supabase Auth
supabase/auth:v2.166.0GOTRUE_SITE_URL
The base URL your site is located at. Currently used in combination with other settings to construct URLs used in emails. Any URI that shares a host with SITE_URL is a permitted value for redirect_to params (see /authorize etc.).