@extends('layouts.app') @section('title', 'Security') @section('subtitle', 'Passkeys, session posture, and sensitive workflow controls') @section('content')

Passkeys

Laravel WebAuthn is configured for password fallback plus passkey enrollment and assertion routes. Once dependencies are installed, staff can enroll device-bound passkeys for thumbprint and biometric login.

Security defaults

  • Encrypted credential vault storage
  • Signed client portal links
  • Audited sensitive reads and writes
  • Archive-only destructive actions
@endsection