mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained

Home Page:https://goo.gl/Vvej4Q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow access to a PopIt instance using OAuth2

chrismytton opened this issue · comments

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.