You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement pass through authentication for SCRAM-SHA-256. Some building blocks are built in pgdog/src/auth/scram/server.rs but more work needs to be done around parsing hashes stored in Postgres to figure out which one is the salted password we're looking for.
The text was updated successfully, but these errors were encountered:
Implement pass through authentication for SCRAM-SHA-256. Some building blocks are built in
pgdog/src/auth/scram/server.rs
but more work needs to be done around parsing hashes stored in Postgres to figure out which one is the salted password we're looking for.The text was updated successfully, but these errors were encountered: