]> git.openstreetmap.org Git - rails.git/commit
Add ::1 (IPv6 local) to allowed http redirect_uris for OAuth
authorAmanda McCann <amanda@technomancy.org>
Fri, 15 May 2026 08:51:47 +0000 (10:51 +0200)
committerAmanda McCann <amanda@technomancy.org>
Fri, 15 May 2026 13:23:42 +0000 (15:23 +0200)
commit0ff894a909b50b42fa9faa435ce8b9a8b595d80e
tree771da4add9e0a36a15530ecaff21af503cd07653
parente9f39e34ee88ca01dbe2034ff8a48b739f30a25d
Add ::1 (IPv6 local) to allowed http redirect_uris for OAuth

Allows one to do local testing and to use IPv6. Previously only IPv4 was
supported (127.0.0.1), but not ::1.

Related discussions:
https://github.com/openstreetmap/openstreetmap-website/pull/4287
https://github.com/openstreetmap/openstreetmap-website/issues/3613
config/initializers/doorkeeper.rb