Hi, is there a way to change the cookie name so th...
# ory-network
e
Hi, is there a way to change the cookie name so that it isn’t different for each project? I’m trying to autogenerate API from openapi specification, but having it change between dev and production feels awkward and would require a lot of fiddly devops
I’m using nextjs setup with api routes
h
Good question! This is currently not possible due to security reasons, but your use case does sound intriguing. Is there another way to solve this?
e
Well, after having a second thought about this, the SDK should work, no matter what the cookie names are, as all cookies will be sent anyway. So it’s not really a big deal, it might just look a bit awkward, but that’s ok.