]> git.openstreetmap.org Git - rails.git/commit
Add support for Apple authentication
authorTom Hughes <tom@compton.nu>
Tue, 11 Oct 2022 21:15:30 +0000 (22:15 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 5 Aug 2025 17:29:13 +0000 (18:29 +0100)
commitfc5f0f2ec064710caba8aa2aa693e0a515f97690
tree322f13628d2254471ef5032f84e5c49e449af24a
parent6a18e53df0ebb0c615e8e64b975bf15ea4d754ae
Add support for Apple authentication

Closes #2799
Gemfile
Gemfile.lock
app/assets/images/auth_providers/apple.svg [new file with mode: 0644]
app/controllers/users_controller.rb
config/initializers/omniauth.rb
config/locales/en.yml
config/settings.yml
config/settings/test.yml
lib/auth.rb
test/integration/login_test.rb
test/integration/user_creation_test.rb