docs: document WebAuthn/Passkeys deferral to v0.104 (A3)
This commit is contained in:
parent
d626e9c533
commit
a3fa564a50
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue