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.
carbonuniform
05/05/2023, 4:45 AM
Thanks
r
rp_st
05/05/2023, 4:51 AM
Sign in status as in if the user is logged in or not?
rp_st
05/05/2023, 4:52 AM
You can use the session.doesSessionExist function for that.