Hey folks - have a use case for hitting the supert...
# support-questions-legacy
n
Hey folks - have a use case for hitting the supertokens /signin endpoint directly without using the SDK.. have tried checking out the open api spec as well as logging the tokens both on the backend / frontend (locally of course) in order to figure out where I will see the access token in the response... Problem is - I cant get them to match up? Where is the access token passed back to the client as a result of /recipe/signin ?
r
hey @nabb23_ it's passed back a cookies. So you should see a Set-Cookie header with the
sAccessToken
hey @nabb23_ ! It's passed back as cookies. So you should see
Set-Cookie
header in the response with the
sAccessToken
3 Views