X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/16f5a5ac0c674b258996fcbde1c3fda2e651906a..4d406fcdfd9b0b50b1bc9c53d26ca91cd5944532:/lib/auth.rb diff --git a/lib/auth.rb b/lib/auth.rb index b00df09d0..434994329 100644 --- a/lib/auth.rb +++ b/lib/auth.rb @@ -3,5 +3,7 @@ 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) + providers["Wikipedia"] = "wikipedia" if defined?(WIKIPEDIA_AUTH_ID) end.freeze end