Hello, I'm currently utilizing Quasar in SSR (Server-Side Rendering) mode. Within my application, I've integrated SuperTokens' passwordless authentication recipe, along with employing the SuperTokens SDK with a custom UI. Upon successful login using an OTP code, I generate cookies including st-last-access-token-update, sFrontToken, sAccessToken, and sRefreshToken. However, upon sending requests to our API, I receive a 401 status code. Upon inspecting the HTTP request headers, I noticed that the cookies are not being sent along with the request. I'm unsure how to resolve this issue. Any guidance would be greatly appreciated.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).