neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
496 stars 70 forks source link

Add `ExecuteQueryWithAuthToken` configuration option #564

Closed StephenCathcart closed 9 months ago

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

[Go] Expose session auth on driver.executeQuery