big-r81 commented on code in PR #4140: URL: https://github.com/apache/couchdb/pull/4140#discussion_r951349238
########## rel/overlay/etc/default.ini: ########## @@ -268,6 +268,14 @@ bind_address = 127.0.0.1 ; Set the SameSite cookie property for the auth cookie. If empty, the SameSite property is not set. ;same_site = +; Set the HMAC algorithm used by cookie authentication +; Possible values: sha,sha224,sha256,sha384,sha512,sha3_224,sha3_256,sha3_384,sha3_512, +; blake2b,blake2s,md4,md5,ripemd160 +; New cookie sessions are generated with the first hash algorithm. All values after the +; first hash algorithm can be used to decode the session. Review Comment: oh yes, not only does it sound better, nor can it be misunderstood. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
