OAuth Discovery
GET /.well-known/oauth-authorization-server
better-auth endpoint /.well-known/oauth-authorization-server (mounted under /api/auth).
Response Body
application/json
curl -X GET "https://example.com/api/auth/.well-known/oauth-authorization-server"{}Is this page helpful?