Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 474 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 474 Bytes

keycloakauthenticator

Small extentions to jupyterhub oauthenticator, to better integrate with KeyCloak.

Running Tests:

pip install -r test-requirements.txt
pip install -e .
pytest

PyTest does a lot of caching and may run into troubles if old files linger around. Use one ore more of the following commands to clean up before running pytest.

find ./ -name '*.pyc' -delete