From e649d8e60030bbff80115720225ac089a8b7bfd2 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 11 Jan 2026 20:44:54 +0100 Subject: Reaktor.Plugins.SASL: init --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c5a5cc6..f661d70 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,22 @@ curl -fsSv --unix-socket /path/to/reaktor.sock http://dontcare/ \ -H content-type:application/json \ -d "$(jq -n '{command:"PRIVMSG",params:["#somechannel","derp!"]}')" + +# SASL + + To use SASL for authentication, merge following snippet into your configuration: + + { + "plugins": [ + { + "plugin": "sasl", + "config": { + "mechanism": "PLAIN", + "username": "somename", + "password": "SOMEPASSWORD" + } + } + ] + } + + Note that at the moment only SASL PLAIN is supported. -- cgit v1.2.3