Skip to content

Add WebAuthn library and SignerWebAuthn #117

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

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Conversation

ernestognw
Copy link
Member

@ernestognw ernestognw commented Apr 23, 2025

Implements WebAuthn authentication verification for smart contracts using P256 signatures as an alternative to traditional secp256k1 ECDSA. This library enables strong authentication through WebAuthn Level 2 standard compliance.

Includes 3 verification levels:

  • verifyMinimal: Essential cryptographic checks
  • verify: Standard verification with user presence
  • verifyStrict: Enhanced security with user verification and backup state checks

@ernestognw ernestognw marked this pull request as ready for review April 23, 2025 06:07
@ernestognw ernestognw requested a review from a team as a code owner April 23, 2025 06:07
@ernestognw ernestognw changed the title Add WebAuthn Add WebAuthn library Apr 23, 2025
@ernestognw ernestognw marked this pull request as draft May 4, 2025 19:49
@ernestognw ernestognw marked this pull request as ready for review May 7, 2025 02:38
@ernestognw ernestognw requested review from arr00 and gonzaotc May 9, 2025 06:20
@ernestognw ernestognw changed the title Add WebAuthn library Add WebAuthn library and SignerWebAuthn May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant