mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
* lower level on auth success from info to debug (fixes #5820) * don't log stacktraces on auth errors (as requested on slack). we do this by introducing an `AuthError` type instead of using `anyhow` and `bail`. * return errors that have been censored for improved security.