We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
middleware/packages/oauth-providers/src/providers/discord/authFlow.ts
Line 134 in cd6c667
If we request the email scope, we should have response.email, but the provider only returns response.user, making us not able to retrieve the email.
response.email
response.user
The text was updated successfully, but these errors were encountered:
@gc Thank you for raising the issue.
Hi @monoald Can you take a look at this?
Sorry, something went wrong.
Suggestion: let us get the raw response as an escape hatch. ( c.get('raw') ?)
c.get('raw')
No branches or pull requests
middleware/packages/oauth-providers/src/providers/discord/authFlow.ts
Line 134 in cd6c667
If we request the email scope, we should have
response.email
, but the provider only returnsresponse.user
, making us not able to retrieve the email.The text was updated successfully, but these errors were encountered: