Rank 2: Process
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.
Votes
0
Replies
8
Participants
Unknown
Messages
9
Rank 2: Process
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
Rank 2: Process
idk how im gonna implement this 😭
Rank 2: Process
ill look anyway
Rank 2: Process
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?
Rank 2: Process
or is there any other way to implement what im trying to do?
No, Appwrite Auth is separate from Appwrite Databases
Rank 2: Process
how do i create a session from the creds from that collection?
Rank 2: Process
i only have and want limited users