<@!498057949541826571> so, I'm making a POST to `/...
# support-questions
m
@User so, I'm making a POST to
/auth/signin
with
rid: 'emailpassword'
header. I do get back a 200 with the json and the tokens in the set-cookie response headers. However, I'm a bit lost on what I should do after that. More specifically,
await SuperTokens.doesSessionExist()
returns false.