Skip to content

Commit 93cb4b4

Browse files
committed
Remove scram notice
1 parent 230c0e5 commit 93cb4b4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/features/authentication.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ PgDog implements a subset of authentication methods supported by Postgres. We're
2020
| `plain` | Only for [passthrough](#passthrough-authentication) | :material-check-circle-outline: |
2121
| `trust` | :material-check-circle-outline: | :material-check-circle-outline: |
2222

23-
!!! note
24-
Currently, PgDog uses `md5` authentication with clients that connect over TLS.
25-
This is due to a potential bug in our SCRAM implementation. See [issue #48](https://github.com/pgdogdev/pgdog/issues/48)
26-
for updates on this.
27-
2823
### Client authentication
2924

3025
By default, client connections will use `scram-sha-256` for password encryption during the authentication handshake. This method is secure and recommended in production. PgDog does support using others, and you can change it with configuration:

0 commit comments

Comments
 (0)