Prateek JainOriginal post
Rank 3: Container
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.
Summary
Developers seek advice on creating a custom authentication flow using individual custom IDs and passwords for teachers and students. They are looking to manage passwords easily, perhaps by storing them in a database, and want a scalable solution for a school's entire population. They prefer editing passwords via an API call rather than manually.