What are your preferred methods to offer account deletion?

Building on this GH discussion on nextauth:
https://github.com/nextauthjs/next-auth/discussions/3935

Do you currently add your own with CSRF etc.? Would be curious to know if anyone here has some strong opinions on that.
GitHub
There should be an endpoint at /api/auth/delete that deletes a user, all sessions and all account entries associated with that user. Like the signout endpoint, it should require a POST request with...
Was this page helpful?