Skip to content

Commit

Permalink
feat(backend): Add awscognito to PasswordHasher type (#3943)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang authored Aug 13, 2024
1 parent 4afa050 commit dc94c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-spies-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/backend": minor
---

Adds `awscognito` to backend `PasswordHasher` type
1 change: 1 addition & 0 deletions packages/backend/src/api/endpoints/UserApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ type UserMetadataParams = {
type PasswordHasher =
| 'argon2i'
| 'argon2id'
| 'awscognito'
| 'bcrypt'
| 'bcrypt_sha256_django'
| 'md5'
Expand Down

0 comments on commit dc94c08

Please sign in to comment.