Anonymous login system
Unanswered
Korat posted this in #help-forum
KoratOP
I'm creating anonymous login system in nextjs v13. How can I set cookies in layout.tsx without using api routes or how can I use prismajs in middleware.ts without using proxy. And do you have any more ideas on how else I can send session id to client.