@itconfig/behavioral-biometrics
v0.1.0
Published
Behavioral biometrics tracker for ITConfig frontends
Downloads
113
Readme
@itconfig/behavioral-biometrics
Browser-only behavioral biometrics tracker used by ITConfig frontends.
Install
npm install @itconfig/behavioral-biometricsUsage
import { createBehavioralTracker } from '@itconfig/behavioral-biometrics';
const tracker = createBehavioralTracker({ appId: 'intra-auth-mf' });
tracker.start();
const snapshot = tracker.snapshot();
// Send snapshot in your login payloadNotes
- The tracker collects aggregate timing metrics only; no raw text is stored.
- Call
stop()when the view is destroyed.
