
i want to create 2 types of login pages. 1 to access a custom admin dashboard, then the second is just an api to allow admins to create a login page is it possible for me to make a login page where a app-id parameter can be passed to identify which tenant a user belongs to, and also there can be multiple users with the same email (in different tenant groups not the same) thanks

You could use the app id client side to query selectively. That's what the Appwrite Console does
Recommended threads
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...
- Expected a value of type 'bool', but got...
I am trying to get current User, but get this error message when I do. I get back user prefs, but error comes from trying account.get() So I am getting User. I ...
- Problem accessing api via local host.
I think i set the Endpoint correctly in my config.ts als the cloud.appwrite url but when i try to create a user I get this Error message: Access to XMLHttpReque...
