Security Protocol.
1. Authentication & Identity Management
The first line of defense ensures that only verified users can enter the system.
Multi-Factor Authentication (MFA)
Beyond standard email/password, the system supports Biometric Integration (Fingerprint/FaceID) via the WebAuthn API. This is mandatory for accessing high-sensitivity nodes like Salary Management.
Secure Session Control
Single-Session Enforcement
The system prevents concurrent logins. If an Admin logs in from a new device, the previous session is invalidated to prevent credential sharing.
Auto-Timeout
Inactive sessions are automatically cleared after a set period to protect data on shared workstations at branch locations.