revert changes to auto-generated docs

This commit is contained in:
Eloi Zalczer 2025-12-19 17:56:57 +01:00
commit efdb00965e

View file

@ -35,8 +35,8 @@ IMPORTANT SETUP REQUIREMENTS:
- Asymmetric keys (RS256/ES256) are recommended for production
2. JWT Verification:
- FastMCP verifies JWTs using the JWKS endpoint at {project_url}{auth_route}/.well-known/jwks.json
- JWTs are issued by {project_url}{auth_route}
- FastMCP verifies JWTs using the JWKS endpoint at {project_url}/auth/v1/.well-known/jwks.json
- JWTs are issued by {project_url}/auth/v1
- Tokens are cached for up to 10 minutes by Supabase's edge servers
- Algorithm must match your Supabase Auth configuration