this is possible disable register but keep oauth login?
Hey 👋 Just to make sure I understand, your goal is to make OAuth work, but only for existing users - OAuth sign-up to be disabled?
only for existing usser
Looking at code, it seems you can disable auth methods like email OTP or phone, but as long as you keep specific method enabled, both sign up and sign in are allowed.
For your scenario, I would recommend to set user limit. Let's say you have 700 users now, set the limit to 700. Thanks to that, new sign-ups should be automatically rejected, but all existing users can sign-in as normal.
You can find it here in Console, inside your project
thank you
btw Will there ever be an option to block the registration of users who do not currently exist, or where could I report such an idea so that it could be added to Appwrite?
in version self hsoting no work infinity loop
only version work
1.9.0-rc.1
or lower
versions
1.9.0-rc.2-1.9.0 no work
Recommended threads
- Student plan issue
I am using GitHub student plan, I even got access to appwrite's mock phone number. but when I try to use it, it says the phone number limit has reached
- Getting "The current user has been block...
So today I want to deploy something to Appwrite but when I click Sign in with Github, it's redirect me to login site and in the url bar I see this `?error=%7B"m...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...