-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request