https://supertokens.com/ logo
Post sign up
c

carbonUniform

05/05/2023, 2:54 AM
Newb question: got a custom ui- plain JS with passwordless what API function am I calling to getting for a post sign in sign up?
r

rp

05/05/2023, 4:26 AM
Hey @carbonUniform
c

carbonUniform

05/05/2023, 4:45 AM
Hey @rp my question specifically about the Note: NOTE You can use the supertokens-web-js SDK which exposes several helper functions that query the APIs exposed by the SuperTokens backend SDK. You can refer to this example app as a reference for using the supertokens-web-js SDK. Which API function in passwordless return information on sign in status.
Thanks
r

rp

05/05/2023, 4:51 AM
Sign in status as in if the user is logged in or not?
You can use the session.doesSessionExist function for that.