Auth service Implementation of the IAuthService interface
Deletes a user
The email of the user
The result of the deletion
Logs in a user
The password of the user
The logged in user
If the credentials are invalid
Registers a new user
The created user
If the user already exists
Auth service Implementation of the IAuthService interface