Is it possible to make all projects have a common list of users?
TL;DR
Is there a way to have a shared user list across multiple projects? The issue is that when a user logs into one project, their avatar is shown, but the teams they created are not visible in another project.More details: I have 2 projects (Project 1 and Project 2)
- The user registers in Project 1
- The user creates a team in Project 1
- The user changes his avatar in Project 1
- User enters Project 2 (does not register, but uses login data from Project 1)
- The user sees his avatar installed in Project 1
- The user does NOT see the team from Project 1
Recommended threads
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...