Hey everyone, I'm playing with the quickstart which now works fine, then tried to check /sessions/whoami through a backend golang app with a very basic page (same 127.0.0.1 domain, different port). I'm recovering the ory_kratos_session cookie without issue (I can see it from my basic backend) and I am using it to query /sessions/whoami. I tried using a bunch of methods (including basic golang http requests and the
github.com/ory/client-go toSession() function, adding the cookies) and I get a 401 every time. Am I missing something obvious ?