Use deleteUser() without verification?
Is it possible to use the
deleteUser()
method without specifying sendDeleteAccountVerification
? I am constructing a simple demo app and would like this use this method without this.5 Replies
if you don't provide
sendDeleteAccountVerification
it should by default delete the user without verificationI get the following error, however the session appears to be fresh since I can perform other actions. Do you have a suggested strategy for debugging this?
meaning you have to re authenticate the user. the default is 5mins. to disable this you can pass
session.freshAge
to 0You're the best thanks
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View