Skip to content

genepattern/gpauthenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

gpauthenticator

gpauthenticator is an Authenticator plugin for JupyterHub. It allows users to log into the hub using their GenePattern credentials.

An example of how to configure this is below:

# Set gpauthenticator as the authentication mechanism for the hub
c.JupyterHub.authenticator_class = 'gpauthenticator.GenePatternAuthenticator'

# If set, the authenticator will create a blank directory for the user here
c.GenePatternAuthenticator.users_dir_path = '/data/users'   

# If set, users get the files in this directory by default
c.GenePatternAuthenticator.default_nb_dir = '/data/default'  

About

Sign in to JupyterHub using your GenePattern credentials

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages