PASAR API
Postgres-backed auth with password, magic link, OTP, social login and SSO, integrated with Row Level Security. Billed per monthly active user with a free tier. Global, works for MY.
View docs ↗ More Auth & identity APIs# Supabase Auth needs an API key ~ get yours at:
# https://supabase.com/docs/guides/auth
curl 'https://{project-id}.supabase.co/auth/v1' \
-H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app.
API: Supabase Auth
Provider: Supabase
Auth: requires an API key (sign up: https://supabase.com/docs/guides/auth)
Pricing: freemium
Base URL: https://{project-id}.supabase.co/auth/v1
Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.