In my Neo4J database, I want to prevent particular users modifying nodes. I would like to allow any user to be a 'guest' and view data and certain users to be admins and view and edit as much data as they like.
This needs to be part of the neo4j server, I would rather not implement a webservice over neo4j.
