From 9e406b8176ae6e7526c4e72d8bac834989db2ce0 Mon Sep 17 00:00:00 2001 From: Vicky Patel Date: Mon, 14 Sep 2026 15:35:36 +0530 Subject: [PATCH] docs(features): update certified scope to include passkeys and offline sync --- docs/FEATURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FEATURES.md b/docs/FEATURES.md index b33940c..7e03bbc 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -70,8 +70,8 @@ This document provides the authoritative inventory of all 14 integrated product - Full relational domain model across all 14 core areas. - Server-authoritative mutations with zero-trust validation. - Responsive dark glassmorphic design system. +- Biometric WebAuthn passkey authentication & RLS security model. +- Offline-first local synchronization & IndexedDB delta sync engine. ### Future Scope (Planned) - Native mobile companion application (React Native / Expo). -- Biometric WebAuthn passkey authentication. -- Offline-first local synchronization (CRDT / SQLite).