Files
neon/proxy/src
Conrad Ludgate 699049b8f3 proxy: make auth more type safe (#5689)
## Problem

a5292f7e67/proxy/src/auth/backend.rs (L146-L148)

a5292f7e67/proxy/src/console/provider/neon.rs (L90)

a5292f7e67/proxy/src/console/provider/neon.rs (L154)

## Summary of changes

1. Test backend is only enabled on `cfg(test)`.
2. Postgres mock backend + MD5 auth keys are only enabled on
`cfg(feature = testing)`
3. Password hack and cleartext flow will have their passwords validated
before proceeding.
4. Distinguish between ClientCredentials with endpoint and without,
removing many panics in the process
2023-12-08 11:48:37 +00:00
..
2023-10-25 15:43:03 +01:00
2023-11-27 21:45:15 +00:00
2023-11-30 13:14:33 +00:00
2023-11-30 16:33:54 +00:00
2023-11-06 17:44:44 +00:00
2023-08-31 14:30:25 +03:00
2023-11-27 21:45:15 +00:00
2022-07-04 23:46:37 +03:00