Password security standards #8

Closed
opened 2021-01-14 14:06:53 +00:00 by niggl · 4 comments
Owner

We should define password security standards for users.
This issue is located here b/c we have to create the requirements together and implement them in the frontend and backend.

We should define password security standards for users. This issue is located here b/c we have to create the requirements together and implement them in the frontend and backend.
niggl changed title from Password security standars to Password security standards 2021-01-14 14:30:07 +00:00
Author
Owner
https://www.npmjs.com/package/owasp-password-strength-test
Author
Owner
The lib we settled on: https://www.npmjs.com/package/check-password-strength
niggl self-assigned this 2021-03-26 19:01:59 +00:00
Author
Owner

The requirements we settled on:

  • At lease 1 uppercase letter
  • At least 1 lowercase letter
  • At least 1 number
  • At least 10 characters long
The requirements we settled on: * At lease 1 uppercase letter * At least 1 lowercase letter * At least 1 number * At least 10 characters long
Author
Owner

Implemented in frontend and backend

Implemented in frontend and backend
niggl closed this issue 2021-04-01 16:51:38 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lfk/org#8
No description provided.