Administrator login with enhanced user verification and admin status validation
Enhanced authentication endpoint specifically for administrators. This endpoint performs standard user authentication followed by admin privilege verification via REST API lookup.Documentation Index
Fetch the complete documentation index at: https://docs.strikebet.app/llms.txt
Use this file to discover all available pages before exploring further.
is_admin: true in the user database.
Non-admin users will receive a 403 Forbidden response even with valid
credentials.Database Lookup
/rest/v1/users?id=eq.<UUID> with header Accept-Profile: users to fetch details from the users.users table (ensure the users schema is exposed in Supabase Settings → API).users table has proper RLS policies