We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is to track the latest accepted pull requests from the JS client and discuss whether they should be implemented.
supabase.auth.api.deleteUser(user_id, service_role)
supabase.auth.api.deleteUser(user_id)
PD: For now, the registration is manual, but the future objective is to implement a GitHub Action to automatically keep this list synchronized.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 365 days with no activity.
Sorry, something went wrong.
No branches or pull requests
This issue is to track the latest accepted pull requests from the JS client and discuss whether they should be implemented.
gotrue:
Pull Requests:
gotrue-js
Issues:
supabase.auth.api.deleteUser(user_id, service_role)
should besupabase.auth.api.deleteUser(user_id)
instead auth-js#192Pull Requests:
PD: For now, the registration is manual, but the future objective is to implement a GitHub Action to automatically keep this list synchronized.
The text was updated successfully, but these errors were encountered: