jupyterlab-contrib / jupyterlab-link-share

JupyterLab Extension to easily share a link to a running server on Binder
BSD 3-Clause "New" or "Revised" License
53 stars 14 forks source link

Add a rudimentary warning to the link share dialog #24

Closed yuvipanda closed 2 years ago

yuvipanda commented 2 years ago

Anyone with the token has full access to your server - including all your files - until you restart your server. We must make sure users know this.

Moves the link into a textbox that autoselects on click, rather than just a link. Users don't actually want to click this - they only want to copy this. It also provides stylistic relief given we have so much more text there now.

image

This is how it looks now.

jtpio commented 2 years ago

Thanks!

yuvipanda commented 2 years ago

Failing check is unrelated again I think.

yuvipanda commented 2 years ago

Check has passed! \o/