mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00

- 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.)
43 lines
644 B
Markdown
43 lines
644 B
Markdown
# Authenticators
|
|
|
|
```{eval-rst}
|
|
.. module:: jupyterhub.auth
|
|
```
|
|
|
|
## {class}`Authenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: Authenticator
|
|
:members:
|
|
```
|
|
|
|
## {class}`LocalAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: LocalAuthenticator
|
|
:members:
|
|
```
|
|
|
|
## {class}`PAMAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: PAMAuthenticator
|
|
```
|
|
|
|
## {class}`DummyAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: DummyAuthenticator
|
|
```
|
|
|
|
```{eval-rst}
|
|
.. module:: jupyterhub.authenticators.shared
|
|
```
|
|
|
|
## {class}`SharedPasswordAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: SharedPasswordAuthenticator
|
|
:no-inherited-members:
|
|
```
|