I have a self-hosted ory-kratos setup. We're slowl...
# general
m
I have a self-hosted ory-kratos setup. We're slowly introducing Kratos for a subfeature. The question is: We need to programmatically issue a COOKIE session token via a server backend, that is later passed on to a browser that will use it for further requests. The clients are not subject to CSRF/XSS attacks. From what I understand Ory uses gorilla sessions/cookies to generate signed session ids. Is there any way to programmatically create these cookie ids? except obviously me coding a little Go-app that also uses Gorilla but I'd rather get some advice from you. 🙂