Hey all. Question about anonymous / guest sessions and NextJS Middleware. I'm following the docs here ->
https://supertokens.com/docs/session/common-customizations/sessions/anonymous-session
But they don't really talk about how to send back the jwt to the frontend. I tried res.cookie. Backend is seprate node api app. I'm using nextjs on the frontend and trying to access the anonyous jwt in middleware so that I can do some redirection but no session exists. and there's no JWT aside from 'st-last-access-token-update'