Skip to content

Commit 1225239

Browse files
authored
fix: update docs to add scrypt (#1012)
## What kind of change does this PR introduce? As per title - relevant PR: supabase/auth#1768
1 parent 6ec96fd commit 1225239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export interface AdminUserAttributes extends Omit<UserAttributes, 'data'> {
449449
*
450450
* Allows you to specify a password hash for the user. This is useful for migrating a user's password hash from another service.
451451
*
452-
* Supports bcrypt and argon2 password hashes.
452+
* Supports bcrypt, scrypt (firebase), and argon2 password hashes.
453453
*/
454454
password_hash?: string
455455

0 commit comments

Comments
 (0)