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
Trying to log in with GitHub and it fails with "HTTPError: 404 Client Error: Not Found" when it tries to retrieve an access token. Switching the ACCESS_TOKEN_METHOD to POST on the GithubOAuth2 backend fixes it.
Trying to log in with GitHub and it fails with "HTTPError: 404 Client Error: Not Found" when it tries to retrieve an access token. Switching the
ACCESS_TOKEN_METHODto POST on the GithubOAuth2 backend fixes it.