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

Adding awscognito to passwordHasher #20

Open
keivanmojmali opened this issue Oct 24, 2024 · 0 comments
Open

Adding awscognito to passwordHasher #20

keivanmojmali opened this issue Oct 24, 2024 · 0 comments

Comments

@keivanmojmali
Copy link

Hey guys. Thanks for the script. I noticed that only a portion of my users transferred and the logs were showing "code": "invalid_enum_value". I added "awscognito" to the passwordHasher list and it was able to take in all of my awscognito passwordDigests

Thank you!

passwordHasher: z
.enum([
"argon2i",
"argon2id",
"bcrypt",
"md5",
"pbkdf2_sha256",
"pbkdf2_sha256_django",
"pbkdf2_sha1",
"scrypt_firebase",
"awscognito",
])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant