calum7865
02/29/2024, 11:41 AMcookie_secure=False
in the session.init
of the python api. This successfully suppressed the exception and a session was returned after consuming the OTP. However, the frontend SDK seemed to then fail to add these cookies to any following api call resulting in a 401 and the following exception on the backend "Session does not exist. Are you sending the session tokens in the request with the appropriate token transfer method?"
How can we setup supertokens to work in a http environment with the api and frontend behind different domains using the cookie transport for the purpose of end-to-end testing?SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).
Powered by