mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-07-25 23:45:05 +02:00
Add authentication via GitHub
This commit is contained in:
@@ -11,4 +11,8 @@ class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
|
||||
def developer
|
||||
sign_in_with "Developer"
|
||||
end
|
||||
|
||||
def github
|
||||
sign_in_with "GitHub"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user