You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Everyman\Neo4j\Client, Everyman\Neo4j\Cypher\Query;
$neo4j = new Everyman\Neo4j\Client('localhost', 7473);
$neo4j->getTransport()->setAuth('...', '...');
This works fine.
This will provide you with an authorization_token. If you then use that token as the password field in setAuth, you should be able to make successful requests.
I'm using Getting started code: https://github.com/jadell/neo4jphp/wiki/Getting-started
Server has dbms.security.authorization_enabled=true, 7473 is http port.
I'm using neo4jphp:
But this line:
..returns error:
The text was updated successfully, but these errors were encountered: