]> git.openstreetmap.org Git - rails.git/commitdiff
Remove form_action restrictions for sessions#login
authorTom Hughes <tom@compton.nu>
Mon, 17 Jan 2022 11:01:07 +0000 (11:01 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 17 Jan 2022 11:01:07 +0000 (11:01 +0000)
Login may redirect to ouath2_authorizations#create which may then
redirect to arbitrary schemes if the application is already authorized
so we need to allow login to redirect to any scheme.

Fixes #3424


No differences found