voila icon indicating copy to clipboard operation
voila copied to clipboard

Add token management

Open brichet opened this issue 2 years ago • 4 comments

Fix #825 by adding an optional token parameter when running Voila. Token must be filled manually in command line, it is not automatically generated. The token parameter must be provided in VoilaHandler and VoilaTreeHandler URL, otherwise a 404 error is thrown.

brichet avatar Oct 20 '21 11:10 brichet

Binder :point_left: Try it on binder (branch brichet/voila/token_management_0.3.0a2)

github-actions[bot] avatar Oct 20 '21 11:10 github-actions[bot]

Binder :point_left: Try it on binder (branch brichet/voila/token_management_0.3.0a2)

github-actions[bot] avatar Oct 20 '21 20:10 github-actions[bot]

wouldn't jupyter be a better place to handle this?

majidaldo avatar Oct 30 '21 19:10 majidaldo

Jupyter already handles this in each application :

  • NotebookApp.Token for Jupyter Notebook
  • ServerApp.Token for Jupyter Lab

This pull request is basically a copy of what is done in Jupyter to bring the feature to Voilà.

brichet avatar Nov 02 '21 08:11 brichet

Superseded by https://github.com/voila-dashboards/voila/pull/1308

brichet avatar May 03 '23 12:05 brichet