package
0.0.0-20240429123222-cde1f39a30d3
Repository: https://github.com/gdgvit/attendance-app-backend.git
Documentation: pkg.go.dev

# 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.