Programmatically Toggle Signups #4015
Unanswered
fangmarks
asked this question in
Feature Requests
Replies: 1 comment 2 replies
|
I'd personally want a function like this because I want to make something similar to Ghost, but focused on Images instead of Blog posts, but also don't want to force users to Navigate the Supabase Dashboard / Studio Dashboard to disable signups manually after creating their own Account |
2 replies
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.
Basically, it would be great if
Authexposed a function that lets people toggle signups if certain criteria are met.For Example:
Of course, this should only be done server-side, as to not expose the service-role key.
Having a function like this, makes it, IMO, easier for a Developer to make secure but still easy to use websites for people who aren't as Tech-Literate as the Dev.
All reactions