OAuth server: existing grant auto-approves without client details
The user reports that GoTrue's OAuth server does not support the OIDC `prompt` parameter, causing issues with repeat authorizations. When a user already has a grant, the server issues an authorization code without providing client or user details, preventing a proper account confirmation step. The user suggests improvements to honor the `prompt` parameter and include client details in responses.