supertokens-node
supertokens-node copied to clipboard
Enhance delete user
- Make the delete user function go through the customisations of the dev
- Make non auth recipes accept s
doesUserExist(userId)function which can be used to determine if a user has been deleted or not. So for example, we only want to refresh a session ifdoesUserExist(userId) === true.