Feat/biometric pin fallback - #220
Open
Lspnjr1 wants to merge 2 commits into
Open
Conversation
- Add @sentry/node and @sentry/profiling-node to backend - Add @sentry/nextjs to frontend - Configure Sentry SDK in backend main.ts with: - Performance tracing (10% sample rate, configurable) - CPU profiling for performance insights - Health-check route filtering - User context with hashed email for privacy - Create SentryInterceptor for capturing exceptions with route context - Configure frontend Sentry with: - Client, server, and edge runtime configs - Session replay (10% sessions, 100% on errors) - Error boundary integration - Update error handlers to report to Sentry - Add CI workflow for source map uploads on release tags - Add environment variable examples for Sentry configuration Closes NovaCoreLabs1#6
- Add 4-digit PIN fallback for biometric check-in failures - Extend User entity with checkInPin, biometricEnabled, and webAuthnCredentials fields - Add authMethod field to WorkspaceLog for audit logging - Create CheckInAuthProvider for PIN/biometric verification - Add new API endpoints for PIN management and authenticated check-in - Create CheckInPinSection component for PIN setup/change/remove in settings - Create CheckInAuthModal with biometric-first flow and PIN fallback - Update check-in page to integrate authentication modal - Add full dark mode support across all new UI components Closes NovaCoreLabs1#60
Contributor
|
@Lspnjr1 conflicts |
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.
Description
Closes #
Change type
Test plan
Screenshots
Breaking changes