Add support for Windows Live authentication
This commit is contained in:
parent
c9893e186b
commit
2b2264ddab
13 changed files with 249 additions and 5 deletions
|
@ -2,4 +2,5 @@ module Auth
|
|||
PROVIDERS = { "None" => "", "OpenID" => "openid" }
|
||||
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)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue