[openstreetmap/openstreetmap-website] Do not ask for application OAuth permissions repeatedly (#1455)

Ilya Zverev notifications at github.com
Wed Feb 22 12:43:33 UTC 2017


An oauth2 provider must return a new token each time. Revoking an app removes all the tokens. With oauth2, tokens have a limited lifetime, so old ones are cleaned automatically. In our case we can limit the number of tokens and e.g. remove all but 20 newest.

The token list page presented above does not give a user an undestranding of what each token is for, so collapsing these is a reasonable first step.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1455#issuecomment-281658854
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170222/db84f931/attachment.html>


More information about the rails-dev mailing list