Coming from Firebase, my understanding of the secure way to let the user delete their own account is by forcing them to reauthenticate right before doing so. However, it looks like authentication through Auth0 goes through the universal auth, but deleting a user goes through my own server. I’m struggling to figure out how to connect those two. Is reauthenticating the user even necessary through Auth0? What is the proper flow to let the user delete their own account?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How do i delete a user from auth0? | 2 | 14157 | March 2, 2018 | |
Safely delete a user via Management API | 3 | 4142 | June 2, 2020 | |
How to delete user from Auth0 from Next.js using node-auth0 library? | 0 | 3713 | November 2, 2020 | |
Allow currently logged in user of Web App to delete their account | 4 | 8161 | April 10, 2021 | |
App Using react-native-auth0 for Authentication - How to Delete Users? | 3 | 2986 | September 23, 2022 |