[openstreetmap/openstreetmap-website] Re-arrange login and signup screens as discussed in #4128 (PR #4455)

Milan Cvetkovic notifications at github.com
Sun Jan 28 15:05:01 UTC 2024


@tordans 
> Just double checking: We cannot trigger the UI that is used for the app-permissions-flow on that server, right? (Just showing it, I don't want to submit…)

You can see the final screen by passing `auth_uid`, `email` and `verified_mail` parameters:

[when auth_provider returns non-verified email](https://signup.apis.dev.openstreetmap.org/user/new?auth_provider=blah&auth_uid=0000&email=someone@somewhere.com&nickname=newusertest)

[when auth_provider returns no email](https://signup.apis.dev.openstreetmap.org/user/new?auth_provider=blah&auth_uid=0000&nickname=newusertest)

You can use other apps to trigger authorization process, for example JOSM allows you to specify URL address when creating Oauth2 token. This would only allow you to see the login and signup screens in this scenario.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4455#issuecomment-1913626679
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/4455/c1913626679 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240128/1382a17b/attachment.htm>


More information about the rails-dev mailing list