mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
76 stars 33 forks source link

Allow access to a PopIt instance using OAuth2 #805

Open chrismytton opened 9 years ago

chrismytton commented 9 years ago

Users should be able to grant others access to their instance using OAuth2. This would make it easier for applications built on top of a popit database to get access to things which would normally require write access to an instance. Currently everypolitician is working around this by using CORS to explicitly whitelist that url, but this approach requires that all interactions be done on the client side.

chrismytton commented 9 years ago

Related to https://github.com/mysociety/popit-api/issues/9