go-pg / pg

Golang ORM with focus on PostgreSQL features and performance
https://pg.uptrace.dev/
BSD 2-Clause "Simplified" License
5.67k stars 404 forks source link

Add support for ScramSha256Plus #1918

Closed vmihailenco closed 3 years ago

vmihailenco commented 3 years ago

Fixes https://github.com/go-pg/pg/issues/1483

Neustradamus commented 2 years ago

@vmihailenco: Good job!

SCRAM-SHA-256 has been added in PostgreSQL 10 SCRAM-SHA-256-PLUS variant (with TLS Binding) has been added in PostgreSQL 13 SCRAM-SHA-256 is selected by default in PostgreSQL 14

Links: