mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

Research and adopt best practices for authentication features #125

Open mpellegrini opened 3 months ago

mpellegrini commented 3 months ago

see https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html

mpellegrini commented 3 months ago

Consider reducing the size of the password length to 128. OWASP suggests min max of 64.