rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

Add authentication to ws requests #196

Closed AjayThorve closed 3 months ago

AjayThorve commented 3 months ago

This PR adds authentication to WS requests, using the inbuilt self.current_user method in jupyter_handler, without which the ws requests will not be served.

image