Hello everyone,
I am planning to build a backend for an app that can be used in schools. The school admin creates an ordinary account via OAuth or e-mail login. This admin can then create teacher users. The idea is that teachers then get a code with which they can log in (e.g. 123-456-789), i.e. not by email and password. The teachers in turn can create classes to which they can add student users. The students can log in with a code just like the teachers, i.e. again without email and password.
Now my specific questions:
- What is the correct way to implement something like this in Appwrite, in terms of authentication?
- Is it possible to create users without email and password?
- If not, is it a solution to create dummy email addresses for teachers and students, e.g. 123-456-789@myApp.com and then use these as IDs?
- What are classes: teams or labels?
- How do I differentiate between admin, teacher or student permissions? Are labels the right way to go here?
I use the Rest API to communicate with the backend and .NET as the server platform.
I am very grateful for any help (also in parts)!
Recommended threads
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...
- Auth Issue (maybe?)
Hi there, I'm relatively new to programming and am following a tutorial on youtube just to get an idea of how this all is suppossed to work. Now Im setting up t...
- Imagine.dev Auth Error
Be careful! The redirect_uri is not associated with this application. The application might be misconfigured or could be trying to redirect you to a website y...