Newb question: got a custom ui- plain JS with pass...
# support-questions-legacy
c
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
Hey @carbonuniform
c
Hey @rp_st 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
Sign in status as in if the user is logged in or not?
You can use the session.doesSessionExist function for that.