{ "id": "auth-admin", "title": "Auth Admin", "notes": "- Any method under the `supabase.auth.admin` namespace requires a `secret` key.\n- These methods are considered admin methods and should be called on a trusted server. Never expose your `secret` key in the Flutter app.\n", "examples": [ { "id": "create-auth-admin-client", "name": "Create server-side auth client", "isSpotlight": true, "code": "```dart\nfinal supabase = SupabaseClient(supabaseUrl, secretKey);\n```\n" } ] }