Is it possible to disable registers/login requests? So I can handle them my own. If so how would oauth2 work? So for example ban ip's, track the logins to an external app, add referrals and other things.
You can disable email login and allow only OAuth
But you basically want to have your own oauth provider?
No i mean only register through the backend of my end instead of going through appwrite
You can set the users limit to a low number:
if a new user tries to create an account or tries to create an oauth2 session, they'll get an error
Alright. Will this effect the login section?
Or only registers
Only client side account creation
And how to send the IP address and etc with it?
So the session's match the IP the user used
All sessions should show the IP of the user under Sessions
Recommended threads
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...
- NextJS builds sudden runtime_timeout
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout FRA region
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...