Files
neon/libs/proxy/postgres-protocol2/src/authentication/mod.rs
Conrad Ludgate 27a42d0f96 chore(proxy): remove postgres config parser and md5 support (#9990)
Keeping the `mock` postgres cplane adaptor using "stock" tokio-postgres
allows us to remove a lot of dead weight from our actual postgres
connection logic.
2024-12-03 18:39:23 +00:00

3 lines
51 B
Rust

//! Authentication protocol support.
pub mod sasl;