Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmd-ntrf/pammfauthenticator
Simple PAM Multifactor Authenticator Plugin for JupyterHub
https://github.com/cmd-ntrf/pammfauthenticator
Last synced: about 1 month ago
JSON representation
Simple PAM Multifactor Authenticator Plugin for JupyterHub
- Host: GitHub
- URL: https://github.com/cmd-ntrf/pammfauthenticator
- Owner: cmd-ntrf
- License: mit
- Created: 2019-07-05T20:44:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:38:35.000Z (8 months ago)
- Last Synced: 2024-04-20T20:53:23.325Z (7 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pammfauthenticator
Simple PAM Multifactor Authenticator Plugin for JupyterHub
## Installation
You can install it from pip with:
```
pip install https://www.github.com/cmd-ntrf/pammfauthenticator/archive/main.zip
```## Usage
You can enable this authenticator with the following lines in your
`jupyter_config.py`:```python
c.JupyterHub.authenticator_class = 'pammfauthenticator'
```### Required configuration
* JupyterHub >= 4.0.0
* Pamela >= 1.1.0