Skip to content

Feat/biometric pin fallback - #220

Open
Lspnjr1 wants to merge 2 commits into
NovaCoreLabs1:mainfrom
Lspnjr1:feat/biometric-pin-fallback
Open

Feat/biometric pin fallback#220
Lspnjr1 wants to merge 2 commits into
NovaCoreLabs1:mainfrom
Lspnjr1:feat/biometric-pin-fallback

Conversation

@Lspnjr1

@Lspnjr1 Lspnjr1 commented Jul 29, 2026

Copy link
Copy Markdown

Description

Closes #

Change type

  • feat: new feature
  • fix: bug fix
  • docs: documentation only
  • style: formatting, code style
  • refactor: code restructuring
  • test: adding or updating tests
  • chore: build, CI, tooling

Test plan

  • Unit tests added/updated
  • Integration tests pass
  • Manual testing performed

Screenshots

Breaking changes

  • No breaking changes
  • Breaking changes (describe):

Lspnjr1 added 2 commits July 16, 2026 23:53
- 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
@dzekojohn4

Copy link
Copy Markdown
Contributor

@Lspnjr1 conflicts

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.

2 participants