We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1a664 commit 6d8eb3cCopy full SHA for 6d8eb3c
1 file changed
docs/security.rst
@@ -34,9 +34,11 @@ to be explicit.
34
Custom Authenticators
35
^^^^^^^^^^^^^^^^^^^^^
36
If you're using something other than Cassandra's ``PasswordAuthenticator``,
37
-you may need to create your own subclasses of :class:`~.AuthProvider` and
38
-:class:`~.Authenticator`. You can use :class:`~.PlainTextAuthProvider`
39
-and :class:`~.PlainTextAuthenticator` as example implementations.
+:class:`~.SaslAuthProvider` is provided for generic SASL authentication mechanisms,
+utilizing the ``pure-sasl`` package.
+If these do not suit your needs, you may need to create your own subclasses of
40
+:class:`~.AuthProvider` and :class:`~.Authenticator`. You can use the Sasl classes
41
+as example implementations.
42
43
Protocol v1 Authentication
44
^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments