问题 I am having a single page application hidden behind Auth0 lock, using @auth0/auth0-spa-js. I would like to test it using Cypress, so I have decided to follow the official Auth0 blog post, as well as Johnny Reilly blog post. I am able to successfully retrieve valid JWT token from auth0 using suggested request. I have no idea what to do with it :( The trouble I am facing is that both of the above approaches are relying on the app to store the JWT token locally (either in cookie or localstorage)