datopian / datahub-qa

:package: Bugs, issues and suggestions for datahub.io

Home Page:https://datahub.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub login is not working

loleg opened this issue · comments

When I try to log in from the CLI using GitHub, I get directed to a GitHub 404 page. This despite being logged into GitHub with a user account that I'm rather sure had Datahub access in the past. Google authentication works for me.

The URI in the client with the -i option matches the URL that I see in the browser, which is:

https://github.com/login/oauth/authorize?response_type=code&client_id=wrong&redirect_uri=https%3A%2F%2Fapi.datahub.io%2Fauth%2Foauth_callback&scope=user%3Aemail&state=eyJ0eXAiOiJKV1Qi...(a long hash follows)

It looks to me like the GitHub OAuth app needs to be set up with new URIs.

FIXED / INVALID. Login was disabled for a bit from in 2023 and will be back very soon.