Hi team,
I’m working with a FastAPI backend, and we’ve integrated our OpenAPI JSON into Apidog’s hosted docs. Login works fine – we can see the Set-Cookie in the response – but the session cookie doesn’t actually get stored or show up in the browser’s cookie section.
Because of this, any API call that depends on login fails after refresh. I saw someone mentioned on Discord that hosted docs don’t support persistent cookies yet. Just wanted to confirm if there’s any workaround or if this is planned to be added soon?
Really hoping we can make this work, as our team is very keen to use Apidog.
Thanks!