]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Update to Omniauth 2.x
[rails.git] / config / routes.rb
index 8a1ea8846f8f4a58e9b8b9b21979400dd723be9b..bd6f3034dff25a7d5590daa0bf2c62b17fd00182 100644 (file)
@@ -173,7 +173,7 @@ OpenStreetMap::Application.routes.draw do
   # omniauth
   get "/auth/failure" => "users#auth_failure"
   match "/auth/:provider/callback" => "users#auth_success", :via => [:get, :post], :as => :auth_success
-  match "/auth/:provider" => "users#auth", :via => [:get, :post], :as => :auth
+  post "/auth/:provider" => "users#auth", :as => :auth
 
   # permalink
   get "/go/:code" => "site#permalink", :code => /[a-zA-Z0-9_@~]+[=-]*/, :as => :permalink