Hello KK,
I am developing a website in Next Js 13.5.2 that requires login session cookies from the external server api to show some parts of the website to end logged in users. Now to my question, is it possible to explicitly get all cookies set when someone logs into his account in Couch CMS so I can send them to the Next 13 front-end. From there I can save them to a cookie at the frontend and add it to my request headers when making a fetch request to my Couch CMS application? Thank you