We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DeleteUser
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users can be deleted trough the Auth Admin API. The GoTrueAdminClient exposes the DeleteUser method, but the shouldSoftDelete parameter is missing from it. The method signature should be the same as in the JavaScript library: https://github.com/supabase/auth-js/blob/0aa02d15f1c8181dd3c08e4a21b2df17f2943344/src/GoTrueAdminApi.ts#L280
GoTrueAdminClient
shouldSoftDelete
This can be seen in the docs as well: https://supabase.com/docs/reference/javascript/auth-admin-deleteuser
// This is how the method looks like in .NET Task<bool> DeleteUser(string uid);
I'm happy to open a PR to add this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
This belongs to gotrue-csharp repository, apologies for the mistake. Closing the issue, a pull request has already been submitted.
Users can be deleted trough the Auth Admin API. The
GoTrueAdminClient
exposes theDeleteUser
method, but theshouldSoftDelete
parameter is missing from it. The method signature should be the same as in the JavaScript library: https://github.com/supabase/auth-js/blob/0aa02d15f1c8181dd3c08e4a21b2df17f2943344/src/GoTrueAdminApi.ts#L280This can be seen in the docs as well: https://supabase.com/docs/reference/javascript/auth-admin-deleteuser
I'm happy to open a PR to add this
The text was updated successfully, but these errors were encountered: