Hello, I'm using FDI. I need to refresh token manually at SSR in nuxt (no idea how to do it another way)
When i'm trying to refresh token manually (sending a
POST
to
/{apiBasePath}/session/refresh
) i'm always getting a 401... how should I do it corrctly?
I'm sending all required params at query params, and it dont want to work