sasl: offer and relay SCRAM-SHA-256 (advertised on plaintext too)

This commit is contained in:
Jean Chevronnet 2026-08-30 04:06:06 +00:00
parent a922a30bf1
commit dfbe8e8c4a
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
4 changed files with 21 additions and 8 deletions

View file

@ -37,7 +37,7 @@ informed as they change. This page groups what's supported.
| Capability | What it adds |
|------------|--------------|
| `sasl` | `AUTHENTICATE` with **PLAIN** or **EXTERNAL** (client-cert / CertFP), relayed to the services server. See [linking](linking.md). |
| `sasl` | `AUTHENTICATE` with **PLAIN**, **SCRAM-SHA-256** (challenge-response — no password on the wire, offered on plaintext too), or **EXTERNAL** (client-cert / CertFP), relayed to the services server. See [linking](linking.md). |
| `draft/account-registration` | Create and confirm an account in-band with `REGISTER` / `VERIFY`. |
## History & messaging