Enable auth for jupyterlab without using jupyterhub

We plan to embed jupyterlab in an iframe, however, since the user is already logged in our app, we want to use the same JWT for accessing jupyterlab as well. Is there a way to accomplish this without using jupyterhub?