tom-glyphic
03/02/2023, 3:35 PM<my_domain>/auth/session/refresh
. Is this endpoint used for EmailPassword recipe, and why would it be returning 401? From the docs it seems to only be within Session Recipe (https://app.swaggerhub.com/apis/supertokens/FDI/1.16.0#/Session%20Recipe/refresh)rp
03/02/2023, 3:37 PMtom-glyphic
03/02/2023, 3:57 PMPOST /auth/signin
request, it then tries to make GET
to our own /auth/organization/
and /auth/user/
and the POST /auth/session/refresh
which all fail with 401
rp
03/02/2023, 4:05 PMtom-glyphic
03/02/2023, 4:11 PMauth/signin
returned 200 (the sub pages are wrapped in <SessionAuth />
from supertokens-auth-react/recipe/session
)rp
03/02/2023, 4:12 PMtom-glyphic
03/02/2023, 4:15 PMtokenTransferMethod
explicitly, but from the request headers looks like it's defaulting to st-auth-mode: cookie
rp
03/02/2023, 4:24 PM