diff --git a/docs/FEATURE_STATUS.md b/docs/FEATURE_STATUS.md index 0947dba84..fcc24b696 100644 --- a/docs/FEATURE_STATUS.md +++ b/docs/FEATURE_STATUS.md @@ -52,6 +52,7 @@ Ce document décrit le statut réel des fonctionnalités par rapport au code. | **Go Live** (streaming vidéo) | Non implémenté — toast « coming soon » conservé | v0.703 | | **Social Trending** (tags tendance) | SocialViewTrending utilise tags statiques ; pas d'API `/social/trending` | v0.103 | | **2FA SMS** | Option « Envoyer par SMS » pendant la vérification 2FA — requiert infra Twilio + users.phone_number | v0.104 | +| **Passkeys / WebAuthn** | Login sans mot de passe — requiert go-webauthn, table webauthn_credentials, frontend navigator.credentials | v0.104 | ## Projets abandonnés diff --git a/docs/V0_103_RELEASE_SCOPE.md b/docs/V0_103_RELEASE_SCOPE.md index 79a3626ec..6d7134560 100644 --- a/docs/V0_103_RELEASE_SCOPE.md +++ b/docs/V0_103_RELEASE_SCOPE.md @@ -57,7 +57,7 @@ |---|---------|-----------------|---------|----------|-------------------| | A1 | **OAuth Spotify** | Intégration OAuth Spotify (comme Google/GitHub) | Provider OAuth à ajouter | Bouton login | Login Spotify fonctionnel | | A2 | **2FA SMS** | Alternative au TOTP pour 2FA (envoi code SMS) | Service SMS, routes 2FA SMS | Option dans settings 2FA | Reporté v0.104 — requiert Twilio + users.phone_number | -| A3 | **Passkeys / WebAuthn** | Authentification sans mot de passe | WebAuthn backend | Bouton "Utiliser Passkey" | Login via passkey fonctionnel | +| A3 | **Passkeys / WebAuthn** | Authentification sans mot de passe | WebAuthn backend | Bouton "Utiliser Passkey" | Reporté v0.104 — requiert go-webauthn + webauthn_credentials | | A4 | **Historique connexions** | Liste des sessions actives, déconnexion à distance | Routes sessions, dernière activité | Page /settings/sessions enrichie | Historique visible, révocation possible | **Features list v1.0** : 7 (Spotify), 20 (2FA SMS), 22 (Passkeys), 26 (historique)