express-auth-session
express-auth-session copied to clipboard
Password Maxlength
Since only the first 72 characters of the password string are used, we should add a maxlength for passwords. It's definitely an edge case that anyone would ever enter a password of over 72 characters, but we should cover it nonetheless.