-
Notifications
You must be signed in to change notification settings - Fork 1
Password validation API #23
Copy link
Copy link
Open
Labels
authAuthentication, Authorization, and user managementAuthentication, Authorization, and user managementenhancementNew feature or requestNew feature or request
Milestone
Description
pattruong
opened on Feb 2, 2021
Issue body actions
- Currently password validation for format is only done on frontend. This is fine except that API level can be exploited fairly easily by bad actors; aka 1 letter passwords work at the moment. Low-level security risk
- would be useful to use Write vanilla schema validation #21 for this to improve regex performance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
authAuthentication, Authorization, and user managementAuthentication, Authorization, and user managementenhancementNew feature or requestNew feature or request