how to delete user (next-auth)
Doesn't seem like next-auth provides a delete user method at the moment. Right now, I'm just deleting the user in the User table and the Account and Sessions cascade delete. I'm wondering though, from the Oauth account end, say someone's Gmail account, is there anything that needs to be done there to revoke permissions?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Unless you are using the credentials provider
Next auth is just a nice way of accessing identity providers
So you can't delete a user
Just block actions at best