Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added new function to call to new status-go GetPasswordStrengthScore function #11

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

noeliaSD
Copy link
Contributor

@noeliaSD noeliaSD commented Mar 22, 2022

What does the PR do

It has been added a new function that allows to get password strength score information.

Closes #5096 together with related status-go and desktop PRs.

NOTE: Added specific get score method althought there is already PasswordStrength one, that provides the same but extended information, due to an issue parsing JSON response in the NIM site since the zxcvbn returns big int crack time numbers when the password lenght is big and nim json cannot parse the response correctly. See the following post.

…hScore` function

It has been added a new function that allows to get password strength score information.

Closes #5096
@noeliaSD noeliaSD self-assigned this Mar 23, 2022
@noeliaSD noeliaSD merged commit a46e189 into master Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Integrate password validation (zxcvbn lib) in new password screens
3 participants