Skip to content

Commit

Permalink
feat(protos): add password hash history to user
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Nov 12, 2024
1 parent 4fa4c14 commit f7443ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protos/io/restorecommerce/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ message User {
optional string totp_secret = 27; /// TOTP Secret
optional string totp_secret_processing = 28; /// TOTP Secret before being confirmed
repeated string totp_session_tokens = 29; /// TOTP Login session tokens
repeated string password_hash_history = 30; // List of historical password hashes
}

/**
Expand Down

0 comments on commit f7443ab

Please sign in to comment.