Prechádzať zdrojové kódy

chore: update changes/ee/feat-13504.en.md

Co-authored-by: zmstone <zmstone@gmail.com>
JianBo He 1 rok pred
rodič
commit
0b0a28ae44
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      changes/ee/feat-13504.en.md

+ 1 - 1
changes/ee/feat-13504.en.md

@@ -2,4 +2,4 @@ Added a HTTP backend for the authentication mechanism `scram`.
 
 
 Note: This is not an implementation of the RFC 7804: Salted Challenge Response HTTP Authentication Mechanism.
 Note: This is not an implementation of the RFC 7804: Salted Challenge Response HTTP Authentication Mechanism.
 
 
-This backend is an implementation of scram that uses an external web resource as a source of user information.
+This backend is an implementation of scram that uses an external web resource as a source of SCRAM authentication data, including stored key of the client, server key, and the salt. It support other authentication and authorization extension fields like HTTP auth backend, namely: `is_superuser`, `client_attrs`, `expire_at` and `acl`.