X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ca5de5b4e01297b07ce3a9db45e908f15f7cda11..dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7:/lib/auth.rb diff --git a/lib/auth.rb b/lib/auth.rb index b00df09d0..16102ed20 100644 --- a/lib/auth.rb +++ b/lib/auth.rb @@ -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