im working on a secret project and for it, i need to implement login. i have a db collection named users
with username
and password
. idk if I can use Auth for this . im incredibly confused.
Check out the Auth docs at https://appwrite.io/docs/products/auth. If you still have any questions, please feel free to ask them here
idk how im gonna implement this π
ill look anyway
I have a DB Collection named users
. with attributes:
username: string (32 chars)
password: string (32 chars)
can i implement Auth so it creates Users from the users
collection and uses that instead of smth else?
or is there any other way to implement what im trying to do?
No, Appwrite Auth is separate from Appwrite Databases
how do i create a session from the creds from that collection?
i only have and want limited users
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...