can i use appwrite databases as a auth provider as the built in auth only accepts email-password session but my project requires it to be a prn number. (college enrollment no.)
TL;DR
Developers want to use a PRN number for authentication instead of email-password. Appwrite's built-in auth only supports email-password. This can be achieved by customizing the authentication system to accept PRN numbers.