Possibility to delete current user without using service role key #29031
Unanswered
perostlin
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Would like to be able to delete the currently signed in user.
This would make it possible to create an application without the need of setting up a supabase client using the service role key.
Today we use the auth admin:
But would like to be able to do:
Similar to how the update user works.
All reactions