Skip to content

Add auth_fief plugin, register auth via entry point, add WebSocket auth #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 26, 2022

Conversation

davidbrochart
Copy link
Collaborator

@davidbrochart davidbrochart commented Aug 25, 2022

This PR makes it possible to swap auth. Previously, there was a hard dependency on fps-auth, which is the "embedded" auth (doesn't require a separate server, has the database, registers auth endpoints in jupyverse). Now any auth can be installed, and it must register itself in an entry point jupyverse_auth group, with the following entry points: User, current_user, update_user and websocket_auth.
fps-auth-fief is an auth that uses https://www.fief.dev, which is separate from jupyverse and can run in the cloud or locally. Users must authenticate in Fief before being able to access e.g. JupyterLab, and depending on the permissions they are granted, they can use different functionalities (read or write files, execute notebooks, etc.).

fief.mp4

@davidbrochart davidbrochart force-pushed the auth branch 2 times, most recently from 793b99f to 87eb979 Compare August 25, 2022 12:38
@davidbrochart
Copy link
Collaborator Author

davidbrochart commented Aug 25, 2022

Commit Add WebSocket authorization has the changes of #210.

@davidbrochart davidbrochart force-pushed the auth branch 2 times, most recently from cc9cd7e to 5163722 Compare August 25, 2022 14:44
@davidbrochart davidbrochart changed the title Add auth_fief plugin, register auth via entry point Add auth_fief plugin, register auth via entry point, add WebSocket auth Aug 25, 2022
@davidbrochart davidbrochart marked this pull request as ready for review August 25, 2022 15:49
@davidbrochart davidbrochart merged commit bdcfd0f into jupyter-server:main Aug 26, 2022
@davidbrochart davidbrochart deleted the auth branch August 26, 2022 10:32
@davidbrochart davidbrochart mentioned this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant