JupyterHub authenticator that hands out temporary accounts for everyone
Project description
Temporary JupyterHub Authenticator
Simple authenticator for JupyterHub that gives anyone who visits the home page a user account without having to log in using any UI at all. It also spawns a single-user server and directs the user to it immediately, without them having to press a button.
Built primarily to help run tmpnb with JupyterHub.
Installation
pip install jupyterhub-tmpauthenticator
Should install it. It has no additional dependencies beyond JupyterHub.
You can then use this as your authenticator by adding the following line to
your jupyterhub_config.py:
c.JupyterHub.authenticator_class = "tmp"
Configuration
tmpauthenticator does not have a lot of configurable knobs, but will respect
many relevant config options in the base JupyterHub Authenticator class.
Here are a few that are particularly useful.
TmpAuthenticator.auto_login
By default, tmpauthenticator will automatically log the user in as soon
as they hit the landing page of the JupyterHub, without showing them any UI.
This behavior can be turned off by setting TmpAuthenticator.auto_login to
False, allowing a home page to be shown. There will be a Sign in button here
that will automatically authenticate the user.
c.TmpAuthenticator.auto_login = False
TmpAuthenticator.login_service
If auto_login is set to False, the value of TmpAuthenticator.login_service
will determine the text shown next to Sign in in the default home page. It
defaults to Automatic Temporary Credentials, so the button will read as Sign in with Automatic Temporary Credentials`.
c.TmpAuthenticator.auto_login = False
c.TmpAuthenticator.login_service = "your inherent worth as a human being"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyterhub-tmpauthenticator-1.0.0.tar.gz.
File metadata
- Download URL: jupyterhub-tmpauthenticator-1.0.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed3b8060fea645f7ec64bf8ef80320b791c1bba3e1c0b623e40f17f039cc7e5d
|
|
| MD5 |
63ab27b8517691e7025ea3dfe87207ca
|
|
| BLAKE2b-256 |
ef265a2c77cdcbe0e160630a6e7bcb36d0dd6fab86c385faec0479833c1d2879
|
File details
Details for the file jupyterhub_tmpauthenticator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: jupyterhub_tmpauthenticator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5358d6a25b9d500a77720ae798d63669d02ac83bd5f563da485032c8d56d164
|
|
| MD5 |
4bdc07163fbac0d2110bc187e7f2bccd
|
|
| BLAKE2b-256 |
604b4e8c11bf9ab8e9a60fe59c094835d85bf9fd16eaace92f6a5d7bd19cd280
|