-
Notifications
You must be signed in to change notification settings - Fork 18
add new fields: alias_name and last_used #3806
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Claude finished @BillyWooo's task —— View job PR Review: Passkey Management ImprovementsTodo List:
Review SummaryThis PR introduces comprehensive passkey management improvements including user-friendly aliases, usage tracking, and rename functionality. The implementation is generally well-structured and follows good security practices. Here's my detailed analysis: ✅ Strengths
|
Kailai-Wang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine
| pub credential_id: String, | ||
| pub pubkey: Vec<u8>, // Store SEC1 bytes directly | ||
| pub created_at: u64, | ||
| pub omni_account: AccountId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm where is this field used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not used yet actually. I just added it there in case somewhere needs it. Current map structure doesn't have any directly info about omni_account.
Add comprehensive passkey management improvements including user-friendly
alias names, usage tracking, and rename functionality.
Changes:
Add cleanup methods for unit test leftover
Improve passkey storage