gitfrosh / lotr-api

This repository holds the code base of the API to rule them all, the Lord of the Rings api, which provides you with book, character, movie and quotes data.
https://the-one-api.dev
238 stars 66 forks source link

Improve password validation #136

Open MateuszKikmunter opened 6 months ago

MateuszKikmunter commented 6 months ago

At the moment we allow any password with min 1 character length which is not ideal. So this needs to be changed and we should allow at least 8 characters long passwords with special characters, numbers, small and capital letters etc.