]> git.openstreetmap.org Git - rails.git/commitdiff
Use a 307 Temporary Redirect to redirect to authentication
authorTom Hughes <tom@compton.nu>
Wed, 3 Mar 2021 09:27:33 +0000 (09:27 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 3 Mar 2021 09:27:33 +0000 (09:27 +0000)
When the user wants to enable an external authenticator we need
to redirect to omniauth but that now needs to be a POST so use a
redirect that preserves the POST method.

Fixes #3114


No differences found