jupyterhub / jupyterhub/firstuseauthenticator
add Local variant
- Dominant language
- Python
- Stars
- 50
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
### Proposed change
define a `LocalFirstUseAuthenticator` that creates system users. Most authenticators (OAuthenticator and friends) support this, and it generally consists of:
```python
class LocalFirstUseAuthenticator(FirstUseAuthenticator, LocalAuthenticator):
pass
```
### Alternative options
reimplement local users another way
### Who would use this feature?
users of FirstUseAuthenticator with the default Spawner or systemd or other system-user-requiring spawner. See https://github.com/jupyterhub/jupyterhub/issues/2948
### (Optional): Suggest a solution
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.