AuthRepository This class is responsible for handling all the database operations related to the user. It implements the IAuthRepository interface.
Compare passwords
The stored password
The entered password
Create user
The email
The password
Delete user
Find user by email
AuthRepository This class is responsible for handling all the database operations related to the user. It implements the IAuthRepository interface.