Files
jupyterhub/docs/source/reference/api/auth.md
Min RK 7522d2c73a flesh out SharedPasswordAuthenticator
- add docs, tests
- deprecate DummyAuthenticator.password, pointing to new class
- accept no password as valid config (no login possible)
- log warnings for suspicious config (e.g. passwords not set, admin password set, but no admin users, etc.)
2025-04-02 12:16:22 +02:00

644 B

Authenticators

.. module:: jupyterhub.auth

{class}Authenticator

.. autoconfigurable:: Authenticator
   :members:

{class}LocalAuthenticator

.. autoconfigurable:: LocalAuthenticator
   :members:

{class}PAMAuthenticator

.. autoconfigurable:: PAMAuthenticator

{class}DummyAuthenticator

.. autoconfigurable:: DummyAuthenticator
.. module:: jupyterhub.authenticators.shared

{class}SharedPasswordAuthenticator

.. autoconfigurable:: SharedPasswordAuthenticator
   :no-inherited-members: