
Hi...i wanted to know how can we create a auth session using custom id and password.
I can give each teacher and student some specific id and corresponding to that a password with which they can login.
I should be able to edit their password (maybe say from a database) if any problem found so that next time when they login again they should enter the new password for his id.
Mock sms login is good but need some scalable option for total school members as I should be able to edit it using api call and not manually from console always
Please help me with this custom auth flow.
Recommended threads
- Auth showing wrong numbers of users
I have 6 verified users but it shows 5 24 hours before I have 5 users that time its showing 4 users. Project ID: `68aed705001ef67ac979`
- Appwrite + Google OAuth session created,...
Hey everyone, I’m running into a weird issue with Appwrite’s Google OAuth provider and would love some insight. Here’s my setup: - **Stack:** React app...
- createPhoneToken not working with expo
` const phoneResponse = await account.createPhoneToken(response.$id, phone);` this gives this error: `OTP error: [AppwriteException: Server Error]` * phone i...
