Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce auth config to Driver.executeQuery #1177

Merged
merged 5 commits into from
Feb 5, 2024

Commits on Feb 1, 2024

  1. Introduce auth config to Driver.executeQuery

    The AuthToken will be used for executing the query.
    
    By default, the query executor will use connections authenticated with AuthToken configured in the
    driver creation. This configuration allows switch user and/or authorization information for the
    execution lifetime.
    
    **Warning**: This option is only enable when the driver is connected with Neo4j Database servers
    which supports Bolt 5.1 and onwards.
    bigmontz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e0830f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Adjust testkit

    bigmontz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    46660e6 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Robsdedude <dev@rouvenbauer.de>
    bigmontz and robsdedude committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f0131d2 View commit details
    Browse the repository at this point in the history
  3. Address comments on the PR

    bigmontz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6d5d324 View commit details
    Browse the repository at this point in the history
  4. sync deno

    bigmontz committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3915de4 View commit details
    Browse the repository at this point in the history