@rp_st How can I delete/remove the trace of the user from supertokens.
My usecase is that when a user signs up at frontend the backend creates a profile for that user in separate database. If the profile creation fails, backend flushes the user both from its database and supertokens as well.
r
rp_st
10/09/2022, 8:16 AM
Hey! There is a backend function to delete a user based on user ID
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).