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
rp_st
11/18/2022, 5:11 AM
hey @nabb23_ it's passed back a cookies. So you should see a Set-Cookie header with the
sAccessToken
rp_st
11/18/2022, 5:12 AM
hey @nabb23_ ! It's passed back as cookies. So you should see
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).