Create a SASL/SCRAM authenticator.
SCRAM is a multi-step challenge–response mechanism:
Uses Web Crypto API for PBKDF2 and HMAC operations.
SASL configuration with username and password.
The SCRAM hash algorithm to use.
https://tools.ietf.org/html/rfc5802
Create a SASL/SCRAM authenticator.
SCRAM is a multi-step challenge–response mechanism:
Uses Web Crypto API for PBKDF2 and HMAC operations.