hi, This link will help you understanding security in Neo4j - http://neo4j.com/docs/stable/rest-api-security.html#rest-api-authenticate-to-access-the-server
I remember in M03 (Milestone release) it was different implementation but in final release candidate (RC01) it was like "base64(username:password)". For high throughput my suggestion would be to disable the security (set dbms.security.auth_enabled=false) in neo4j-server.properties and implement security framework at the application level which is hitting the Neo4j server. Thanks, Sumit On Tuesday, 5 May 2015 20:56:02 UTC+5:30, cui r wrote: > > Hi, > > Some time ago, when I look at the Neo4j document for security, I vaguely > remember that the security is token based. But now I couldn't find any > reference to tokens. Is there any change to the security implementation? > > What's the recommended way for authentication in a high throughput > scenario? > > Thanks. > Rick > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
