From: Mendhak Date: Sat, 23 Apr 2011 09:29:49 +0000 (+0100) Subject: Allow any valid (per RFC 3986) scheme name in OAuth callback URLs X-Git-Tag: live~6181^2~158 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/03eb6ce048047826cb40d73e755702ec51b916d5?hp=03eb6ce048047826cb40d73e755702ec51b916d5 Allow any valid (per RFC 3986) scheme name in OAuth callback URLs Changed the callback_url regex so that you can have custom schemes such as myapp: or my-lovely-app: instead of just http and https. This should help with mobile development where users can authorize with OSM in their browser and are automatically redirected to the registered app. ---