neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
482 stars 68 forks source link

Add `ExecuteQueryWithAuthToken` configuration option #564

Closed StephenCathcart closed 5 months ago

StephenCathcart commented 5 months ago
result, err := neo4j.ExecuteQuery(ctx, driver, query, parameters,
    neo4j.ExecuteQueryWithAuthToken(neo4j.BasicAuth("neo4j", "password", "realm")),
)
StephenCathcart commented 5 months ago

[Go] Expose session auth on driver.executeQuery