supertokens-node icon indicating copy to clipboard operation
supertokens-node copied to clipboard

Enhance delete user

Open rishabhpoddar opened this issue 3 years ago • 0 comments

  • 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 if doesUserExist(userId) === true.

rishabhpoddar avatar Dec 21 '21 12:12 rishabhpoddar