Skip to content

add Local variant #31

@minrk

Description

@minrk

Proposed change

define a LocalFirstUseAuthenticator that creates system users. Most authenticators (OAuthenticator and friends) support this, and it generally consists of:

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 jupyterhub/jupyterhub#2948

(Optional): Suggest a solution

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions