mapwarper icon indicating copy to clipboard operation
mapwarper copied to clipboard

Oauth with GitHub is broken

Open jboolean opened this issue 4 years ago • 2 comments

When trying to login with GitHub I receive the error

"The redirect uri must match the registered callback url for this application.".

I noticed MapWarper.net recently started using https. Perhaps this changed the callback URL.

jboolean avatar Mar 14 '21 21:03 jboolean

okay, changed that to be the correct URL, but theres additional error:

App 19267 stdout: {"message":"Must specify access token via Authorization header. https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param","documentation_url":"https://docs.github.com/v3/#oauth2-token-sent-in-a-header"}

timwaters avatar Oct 13 '21 10:10 timwaters

Thanks for looking into this. This may be what you're referring to, I now get

Could not authenticate you from GitHub because "Invalid credentials".

jboolean avatar Oct 30 '21 19:10 jboolean