Skip to content

Implement authentication flow #2

@returnString

Description

@returnString

Postgres supports various authentication flows as part of the startup phase. We should implement a minimal subset of these:

  • Cleartext
  • MD5
  • SASL

For this, we should either delegate the real auth work to the engine, or create a new trait entirely to handle auth (selecting which sub-flow to use, and verifying presented data). This process should return some kind of user principal to the engine, so it can e.g. adjust which tables are available for a given user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions