I have two versions for my app One is nextjs website and other is electron app I want only few users from my appwrite to be able to login to next js and few to electron app Basically I want to separate the users of both but still in the same app because the users of electron app are kind of employess of the users registered on next js website. & also I want to be able to create new user (employee) from next js which should not log out the current user of next js and should create new user (employee).
You can use user preferences to check if a user is a user or an employee.
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...