Skip to content

Commit

Permalink
fix: update docs to add scrypt (#1012)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

As per title - relevant PR: supabase/auth#1768
  • Loading branch information
J0 authored Dec 26, 2024
1 parent 6ec96fd commit 1225239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export interface AdminUserAttributes extends Omit<UserAttributes, 'data'> {
*
* Allows you to specify a password hash for the user. This is useful for migrating a user's password hash from another service.
*
* Supports bcrypt and argon2 password hashes.
* Supports bcrypt, scrypt (firebase), and argon2 password hashes.
*/
password_hash?: string

Expand Down

0 comments on commit 1225239

Please sign in to comment.