Rank 3: Container
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.
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 3: Container
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?
Rank 3: Container
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
Rank 3: Container
Alright. Will this effect the login section?
Rank 3: Container
Or only registers
Only client side account creation
Rank 3: Container
And how to send the IP address and etc with it?
Rank 3: Container
So the session's match the IP the user used
All sessions should show the IP of the user under Sessions