asilvestre / haskell-neo4j-rest-client

Haskell neo4j REST client
MIT License
25 stars 7 forks source link

No support for HTTP basic authentication #17

Closed eriknstevenson closed 9 years ago

eriknstevenson commented 9 years ago

Currently this can be worked around by adding the following to conf/neo4j-server.properties

dbms.security.auth_enabled=false

Thank you @asilvestre for pointing this out, but obviously disabling security features is less than desirable.

Here is the relevant Neo4j documentation.