openstreetmap-website/test/integration
Milan Cvetkovic 15623aa35a Social sign-in: avoid re-authorization in users_controller#create
It does not add any additional guards against malicious users:

Malicious user may attempt to invoke `POST /users/new` with bogus
values for `auth_provider` and `auth_uid` resulting
with a new account to which user would have a way to login, other than
sending a password reset request.

In some cases, re-authorization would introduce additional
"Please login to your social account", or "Are you sure you want to be logged in"
popup triggered by identity provider.

This PR removes the re-authorization request from `POST /users/new` in authorization flow.
2024-05-30 05:43:45 +00:00
..
client_applications_test.rb Remove assert_response when followed by assert_redirected_to 2024-03-03 10:56:50 +03:00
compressed_requests_test.rb Fix some rubocop todos 2020-08-02 19:38:58 +01:00
cors_test.rb Fix some deprecation warnings 2019-11-24 11:05:02 +00:00
oauth2_test.rb Remove assert_response when followed by assert_redirected_to 2024-03-03 10:56:50 +03:00
oauth_test.rb Remove assert_response when followed by assert_redirected_to 2024-03-03 10:56:50 +03:00
page_locale_test.rb Avoid accidental locale changes in tests 2021-06-22 19:05:55 +01:00
redirect_test.rb Remove assert_response when followed by assert_redirected_to 2024-03-03 10:56:50 +03:00
short_links_test.rb Ensure that test utility methods are marked as private 2020-10-28 11:49:01 +01:00
user_blocks_test.rb Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00
user_creation_test.rb Social sign-in: avoid re-authorization in users_controller#create 2024-05-30 05:43:45 +00:00
user_diaries_test.rb Fix test as rails no longer seems to return a body for redirects 2023-10-18 18:26:14 +01:00
user_login_test.rb Remove assert_response when followed by assert_redirected_to 2024-03-03 10:56:50 +03:00
user_terms_seen_test.rb Remove assert_response when followed by assert_redirected_to 2024-03-03 10:56:50 +03:00