Hi SupertTokens Team, hopefully a simple question:
What is the best approach to identify if a thirdparty user already exists as SuperTokens user by using the "provider's user ID"?
I wanna check if the user is already created/linked BEFORE calling ThirdPartyEmailPassword.thirdPartySignInUp(...) to do some pre sign in / up logic (supertokens core v7.0.0 - node SDK v16.2.0 - supertokens-web-js v0.8.0). Thanks!