I'm writing an Elixir Plug for Kratos. I'm not goi...
# talk-kratos
w
I'm writing an Elixir Plug for Kratos. I'm not going to forward all of the request headers to Kratos. So I need to know what they're going to be to extract them. Kratos docs says cookies key will be
ory_kratos_session
and the token header key will be
x-session-token
. However the hosted Ory solution seems to be using
ory_session_<project>
for cookies. Is there a definitive documentation page that describes this? Edit: nevermind. I'll just send all the cookies. lol. Not worth making all this configurable cookie stuff for the lib.