Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jhub_remote_user_authenticator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RWTHjupyter
Upstream
jhub_remote_user_authenticator
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
pypi
Select Git revision
Branches
5
fix-login-target
master
default
protected
pypi
rename-persistent-hash-users
rwth-login
Tags
2
0.1.0
0.0.2
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Dec
11
Aug
12
Mar
1
Dec
30
Nov
14
Oct
18
Sep
16
Apr
4
Oct
27
Sep
21
Aug
1
Mar
16
Sep
19
Aug
16
9
Jul
10
Sep
9
1
Feb
14
Jan
10
Nov
6
3
Fix missing '
master
master
move update_affiliation to post_auth_hook
rwth-login
rwth-login
rename old users
Rename old usernames based on pesistent-hash to pairwise-id usernames
rename-persiste…
rename-persistent-hash-users
fix target for Shiboleth login
fix-login-target
fix-login-target
fix database integrity
update affiliation groups
fix call to unawaited co-routine
minor style fixes and debug instrumentation
adapt authenticator for shibboleth authentication
add welcome page
add missing argument
overload login_url() / logout_url()
Cleaned up `setup.py`.
Removed `requirements.txt`.
Re-phased some wording in the README security section.
Added a note about recommended architecture and security.
Added missing files for release; updated version.
0.1.0
0.1.0
Merge pull request #11 from Siecje/master
Redirect to originally requested URL
Added notes to README.rst about configurability of HTTP header and NGINX behavior w/ respect to underscores.
Removed `build/` and `dist/`; updated `.gitignore`.
0.0.2
0.0.2
Merge branch 'master' of github.com:cwaldbieser/jhub_remote_user_authenticator
Updated `setup.py` requirements and `requirements.txt`
Added wheel for python3.
Merge pull request #4 from zonca/patch-1
fix formatting error in README
Neet to use setuptools instead of distutils.core for wheels.
pypi
pypi
Changes for PyPi release.
Merge pull request #2 from dcbradley/local_authenticator
Add RemoteUserLocalAuthenticator, which is the same as RemoteUserAuthenticator but derived from LocalAuthenticator. This provides access to features of LocalAuthenticator such as the ability to add local accounts in the admin interface.
Merge pull request #1 from mbmilligan/master
update README
Add boilerplate to play nicely with pip and git
BUGFIX: Traitlet value for header was not behaving correctly.
Overriding the `/login` resource works thanks to PR #334.
Make header configurable.
Create LICENCE.txt
Added installation instructions to `README.rst`.
Added initial files.
Loading