]> git.openstreetmap.org Git - rails.git/commit
Update to Omniauth 2.x
authorTom Hughes <tom@compton.nu>
Tue, 2 Feb 2021 19:34:05 +0000 (19:34 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 2 Feb 2021 19:49:03 +0000 (19:49 +0000)
commit5912a8011b05f36077f0147cdf7403a8e7626216
treeef57d4214128f6d28325cc7ffc35c4d1bb21645a
parentcea93e7244cb5fb5ca260a83377d661ab99e8491
Update to Omniauth 2.x

This requires converting all use of the /auth endpoints
to use the POST method as GET is no longer supported.
.rubocop_todo.yml
Gemfile
Gemfile.lock
app/controllers/users_controller.rb
app/helpers/user_helper.rb
config/routes.rb
test/helpers/user_helper_test.rb
test/integration/user_creation_test.rb
test/integration/user_login_test.rb