Skip to content
New issue

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

Implement GitHub logins #841

Merged
merged 7 commits into from Jan 5, 2021
Merged

Implement GitHub logins #841

merged 7 commits into from Jan 5, 2021

Conversation

pingiun
Copy link
Member

@pingiun pingiun commented Dec 26, 2020

Requires the following configuration options
github_client_id
github_client_secret or github_client_secret_file

Requires the following configuration options
enable_github_login = 1
github_client_id
github_client_secret
Or github_client_secret_file which points to a file with the secret
src/lib/Hydra/Controller/User.pm Outdated Show resolved Hide resolved
src/lib/Hydra/Controller/User.pm Outdated Show resolved Hide resolved
src/lib/Hydra/Controller/User.pm Show resolved Hide resolved
pingiun and others added 4 commits January 4, 2021 17:48
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Instead the github_client_id option is used to detect if github logins
should be enabled.
@edolstra edolstra merged commit be0aa7e into NixOS:master Jan 5, 2021
@edolstra
Copy link
Member

edolstra commented Jan 5, 2021

Thanks!

@edolstra
Copy link
Member

edolstra commented Jan 5, 2021

I've enabled this on hydra.nixos.org, so GitHub logins are now possible! The only caveat is that you can't login using GitHub if the GitHub email address is equal to an already existing Google login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants