Hi, is it possible to verify session in nextjs global middleware?
o
Hi, is it possible to verify session in nextjs global middleware?
r
hey @on4m4
right now, verify session requires access to the request and response objects - are those available in the nextjs middleware?
o
no they aren't, so i can't just use request?
r
u can't. Not at the moment unfortunately
o
thank you for the quick response 🙂