Mention SaslAuthProvider in doc security section.
This commit is contained in:
@@ -34,9 +34,11 @@ to be explicit.
|
||||
Custom Authenticators
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
If you're using something other than Cassandra's ``PasswordAuthenticator``,
|
||||
you may need to create your own subclasses of :class:`~.AuthProvider` and
|
||||
:class:`~.Authenticator`. You can use :class:`~.PlainTextAuthProvider`
|
||||
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
|
||||
:class:`~.AuthProvider` and :class:`~.Authenticator`. You can use the Sasl classes
|
||||
as example implementations.
|
||||
|
||||
Protocol v1 Authentication
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user