?
and data types ?
and what is the minimum length of password should I allow ?
I am using bcryptjs hashing library
I did varchar(60) and min len 8, max len 255 for password input
for email varchar(255)
You can use 255 for password columns, since you'll be Hashing it
Обсуждают сегодня