Auth & SSOSupabase (Open Source Firebase Alternative)JSON & TypeScript Fixtures
Supabase Auth (GoTrue)
Returned by Supabase JS SDK supabase.auth.signInWithPassword() or OAuth callback.
HTTP 200 OKmode: chaos
size: 1.2 KB
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...sample_supabase_jwt...",
"token_type": "bearer",
"expires_in": 3600,
"expires_at": 1772622000,
"refresh_token": "dGhpcy1pcy1hLXJlZnJlc2gtdG9rZW4",
"user": {
"id": "e4b9d40e-7443-4416-9285-d852a4205566",
"aud": "authenticated",
"role": "authenticated",
"email": "[email protected]",
"email_confirmed_at": "2026-01-15T09:30:00.000Z",
"phone": "",
"confirmation_sent_at": "2026-01-15T09:29:00.000Z",
"confirmed_at": "2026-01-15T09:30:00.000Z",
"last_sign_in_at": "2026-03-03T09:00:00.000Z",
"app_metadata": {
"provider": "email",
"providers": [
"email",
"github"
]
},
"user_metadata": {
"full_name": "Taylor Swift",
"avatar_url": "https://example.com/avatar.jpg",
"theme": "dark"
},
"identities": [
{
"identity_id": "99f8e7d6-c5b4-a392-8170-123456789abc",
"id": "e4b9d40e-7443-4416-9285-d852a4205566",
"user_id": "e4b9d40e-7443-4416-9285-d852a4205566",
"identity_data": {
"email": "[email protected]",
"email_verified": true,
"phone_verified": false,
"sub": "e4b9d40e-7443-4416-9285-d852a4205566"
},
"provider": "email",
"last_sign_in_at": "2026-03-03T09:00:00.000Z",
"created_at": "2026-01-15T09:30:00.000Z",
"updated_at": "2026-03-03T09:00:00.000Z"
}
],
"created_at": "2026-01-15T09:30:00.000Z",
"updated_at": "2026-03-03T09:00:00.000Z",
"is_anonymous": false
}
}Related Production API Chaos TemplatesBrowse All 17 Templates
Google Identity ServicesAuth & SSO
Google OAuth 2.0 & OpenID Connect
View Chaos Schema
GitHub REST API v3Auth & SSO
GitHub OAuth App / GitHub Apps
View Chaos Schema
AppleAuth & SSO
Sign in with Apple (Apple ID OAuth 2.0 / OIDC)
View Chaos Schema
Open Source Universal Authentication LibraryAuth & SSO
Auth.js (NextAuth.js)
View Chaos Schema