jupyterhub / jupyterhub/firstuseauthenticator

add Local variant

Open
#31 0 comments 1 reaction 0 assignees View on GitHub
enhancement
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.