Skip to content

Commit

Permalink
Allow token query parameter to be any string
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Sep 24, 2021
1 parent 839a1af commit 8df7d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jupyterlab/fps_jupyterlab/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
@router.get("/")
async def get_root(
response: Response,
token: Optional[UUID4] = None,
token: Optional[str] = None,
auth_config=Depends(get_auth_config),
jlab_config=Depends(get_jlab_config),
user_db=Depends(get_user_db),
Expand Down

0 comments on commit 8df7d6a

Please sign in to comment.