fairDataSociety / fdp-storage

Serverless Web3 filesystem for organizing users' personal data implemented in Typescript.
https://www.npmjs.com/package/@fairdatasociety/fdp-storage
Apache License 2.0
9 stars 11 forks source link

Improve password assert #31

Open IgorShadurin opened 2 years ago

IgorShadurin commented 2 years ago

At assertPassword, please check the length to be min 10 chars with min one number, uppercase and special character.

crtahlin commented 2 years ago

The password length should be controlled at the registration phase? So inside another package, not the fdp-storage? @nugaon

crtahlin commented 2 years ago

Please add your planning poker estimate with ZenHub @nugaon

nugaon commented 2 years ago

the assertion can be in the fdp-storage, but maybe would be better place to handle that in fdp-contracts' js library.

the password check only should be handled at registration and portable account enc. cred. upload

crtahlin commented 2 years ago

Please add your planning poker estimate with ZenHub @IgorShadurin