# Functions
CheckPasswordStrength checks for the following: - min length 7 - uppercase - lowercase - number - special character.
LoginCheck checks validity of given email/password, and returns token in user exists and password is correct.
VerifyPassword checks plaintext password against a hashed one.