supabase / supavisor

A cloud-native, multi-tenant Postgres connection pooler.
https://supabase.github.io/supavisor/
Apache License 2.0
1.66k stars 55 forks source link

feat: recheck auth secrets on connection error #304

Closed abc3 closed 5 months ago

abc3 commented 5 months ago

In this PR, when a user receives a "wrong password" error, we will check the authentication secrets. If they are different from what is already stored, we will update the cache for these secrets and stop the connections tree.

Also included in this PR: