Add support for GitHub authentication
This commit is contained in:
parent
de32b1cf60
commit
c70a1fe933
13 changed files with 239 additions and 4 deletions
|
@ -3,5 +3,6 @@ module Auth
|
|||
providers["Google"] = "google" if defined?(GOOGLE_AUTH_ID)
|
||||
providers["Facebook"] = "facebook" if defined?(FACEBOOK_AUTH_ID)
|
||||
providers["Windows Live"] = "windowslive" if defined?(WINDOWSLIVE_AUTH_ID)
|
||||
providers["GitHub"] = "github" if defined?(GITHUB_AUTH_ID)
|
||||
end.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue