You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error response body for the token endpoint is standardized so it's likely that we can provide a more useful error when using validateOAuth2AuthorizationCode(). Something to keep in mind is that Github returns a 200 error status for invalid authorization code, and that seems to be technically allowed?
The authorization server responds with an HTTP 400 (Bad Request) status code (unless specified otherwise)
The text was updated successfully, but these errors were encountered:
Description
The error response body for the token endpoint is standardized so it's likely that we can provide a more useful error when using
validateOAuth2AuthorizationCode()
. Something to keep in mind is that Github returns a 200 error status for invalid authorization code, and that seems to be technically allowed?The text was updated successfully, but these errors were encountered: