You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you can use the 'strong-password' format. The criteria is currently configurable to enforce whatever minimum length, uppercase characters, lowercase characters, digits, and special characters you pass it so should be pretty flexible to multiple use cases.
I believe this need to be fixed within the AVJ formats package it self, cause it says in documentation, it uses open API specification but unfortunately it is not working.
as readme suggests:
'password: password string according to the openApi 3.0.0 specification'
the openapi states...'A hint to UIs to obscure input.'
The formats.ts shows that any string will just pass validation.
Wondering if we can benefit instead by adding a replacement password format that actually validates some kind of complexity requirement.
The text was updated successfully, but these errors were encountered: