Hi, Is the Session shared between domains / subdomains? For example I have an appwrite instance on appwrite.example.com and i have a 2 other web apps on account.example.com and app.example.com. I am logged in app.example.com and when i checked for user account on account.example.com I am getting the same user details.
Also I am able to create new projects on the appwrite instance on appwrite.example.com using the account I created on account.example.com but that shouldn't be possible right if new sign ups are disabled?
Sessions are by the Appwrite domain. And it's sheared across the same project no matter the web platform.
So if you want two different users for the same Appwrite (server) you'll need to create two separate projects
As for your second question after you're login you'll be able to create as many project as you want
The signup limitations is for new users accessing the console only
I mean, if a user signs up on my web app will they be able to access the console and create a new project? because right now i can for some reason.
Can you test in incognito mode to see that the App user gets access to the console
How do Sessions Work In Appwrite
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- 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...