neo4j-contrib / graphgist-cms

http://graphgist.neo4j.com/
67 stars 24 forks source link

Gist approval / editing page #7

Closed cheerfulstoic closed 9 years ago

cheerfulstoic commented 9 years ago

Basic auth?

cheerfulstoic commented 9 years ago

This is done (or at least mostly done):

http://graphgist.herokuapp.com/#!/gists/manage

There's a listing page and an editing form. It's all public, but the PUT endpoint is protected by basic auth. The manage page is loaded with the whole app and so it can't really be protected unless we make a separate angular app for admin stuff (certainly possible), but I wonder if it's necessary. People can already see all the data via the API

cheerfulstoic commented 9 years ago

Going to close. Feel free to open if there's something else