Add support for Wikimedia authentication

Closes #1146
This commit is contained in:
Tom Hughes 2016-06-17 16:47:03 +01:00
parent 12964ae1e4
commit 69b967c9ff
13 changed files with 242 additions and 4 deletions

View file

@ -4,5 +4,6 @@ module Auth
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)
providers["Wikipedia"] = "wikipedia" if defined?(WIKIPEDIA_AUTH_ID)
end.freeze
end