feat: implement webauthn biometric credentials verification endpoint#158
Merged
salazarsebas merged 3 commits intoHarmonia-Development:mainfrom Oct 7, 2025
Merged
Conversation
Contributor
|
Hey @yhoungdev , please fix the workflow errors and please resolve the conlficts |
Contributor
Author
|
OK amazing. |
…ebauth-biometrics
Contributor
Author
|
@salazarsebas I have fixed the conflict. |
Contributor
|
Hey @yhoungdev , please fix the workflow errors |
Contributor
Author
Ok, i'm on it. |
- Update CI workflow to use Node.js 20.x instead of 18.x - Add .nvmrc file to specify Node.js version for local development - Add engines field to package.json to enforce Node.js >=20.0.0 - Update package-lock.json to include @simplewebauthn/server dependencies - Fix CI failing due to missing dependencies and unsupported Node version
Contributor
Author
|
Just made an update that should fix the flow. |
Contributor
Author
|
@salazarsebas all checks have been passed. |
Contributor
Author
|
@salazarsebas workflow has been fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement WebAuthn Biometric Credentials Verification Endpoint
Overview
This PR implements a secure biometric authentication endpoint using WebAuthn for the Stellar wallet service, allowing users to verify their identity using fingerprint or Face ID.
Changes
New Files
src/auth/webauthn.ts- WebAuthn utility functionssrc/routes/auth-verify.ts- POST/auth/verifyendpointtests/routes/auth-verify.test.ts- Unit testsFeatures
NB: I also fixed some preview linting error
so BIOME could pass