processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.01k stars 1.5k forks source link

Improve authentication document to mention SCRAM plus support and SCRAM supported version #4108

Closed mremond closed 8 months ago

mremond commented 8 months ago

This page needs improvements: https://docs.ejabberd.im/admin/configuration/authentication/

The doc on SCRAM should also mention that option auth_scram_hash: sha|sha256|sha512 can be used to tell what SCRAM method should be used.

Probably, we should move the SCRAM section upper in the auth document.

Neustradamus commented 8 months ago

Good point :)

badlop commented 8 months ago

OK, all done in https://github.com/processone/docs.ejabberd.im/commit/3e8b55c7232030fef0dd485e81b49b7d51029500, except this one:

Probably, we should move the SCRAM section upper in the auth document.