feat(identity): add WebAuthn passkey authentication POC#5
Open
warrendugan wants to merge 1 commit intomainfrom
Open
feat(identity): add WebAuthn passkey authentication POC#5warrendugan wants to merge 1 commit intomainfrom
warrendugan wants to merge 1 commit intomainfrom
Conversation
Self-hosted WebAuthn proof of concept with full register/authenticate flow: - apps/auth-api: Express server with @simplewebauthn/server, SQLite storage, RS256 JWT (jose), in-memory challenge store with 5-min TTL, JWKS endpoint, credential management (list/revoke) - apps/web: Angular 21 app with signal-based auth, lazy-loaded pages (login, register, dashboard), @simplewebauthn/browser ceremonies - libs/shared/types: AppClaims, StoredCredential, IdentityEvent, API contracts - libs/identity/domain: User aggregate, Credential value object, typed event bus - libs/shared/auth: AuthContext (signals-only API), authInterceptor, authGuard/noAuthGuard, JWT decode utility - libs/identity/data-access: WebAuthnService orchestrating two-step ceremonies https://claude.ai/code/session_01V9mnWB32phzq1rj8SL9hF6
|
View your CI Pipeline Execution ↗ for commit 290cf48
☁️ Nx Cloud last updated this comment at |
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.
Self-hosted WebAuthn proof of concept with full register/authenticate flow:
RS256 JWT (jose), in-memory challenge store with 5-min TTL, JWKS endpoint,
credential management (list/revoke)
(login, register, dashboard), @simplewebauthn/browser ceremonies
authGuard/noAuthGuard, JWT decode utility
https://claude.ai/code/session_01V9mnWB32phzq1rj8SL9hF6