oauth_uploader.php: (authorize) redirect

Issue #31 new
Albin Larsson created an issue

It would be useful to being able to redirect an user after the authentication process has been completed.

Use Case

We have a external tool mapillary2commons[1], it's using url2commons for uploading images so before users can use the tool they has to authenticate oauth_uploader, once done they end up at oauth_uploader. This has confused several users who are as they are no longer at the mapillary2commons tool.

https://tools.wmflabs.org/mapillary-commons/mapillary2commons/

Notes

URL parameters / botmode does not work in the auth action as you are redirected away in the process. This could possible be solved by storing a cookie with oauth_uploader.php for botmode or redirection after the action has been completed.

Comments (0)

  1. Log in to comment