authenticate
Authenticates a user by their email and password.
Return
A JWT token if authentication is successful, null otherwise.
Parameters
email
The email of the user.
password
The password of the user.
Authenticates a user by their email and password.
A JWT token if authentication is successful, null otherwise.
The email of the user.
The password of the user.