Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
49 lines
957 B
Markdown
49 lines
957 B
Markdown
[English](README.md) | Francais | [中文](README.zh.md)
|
|
|
|
# Auth Guardian pour OpenWrt
|
|
|
|
**Version :** 0.4.0
|
|
**Derniere mise a jour :** 2025-12-28
|
|
**Statut :** Actif
|
|
|
|
Systeme complet de gestion de l'authentification et des sessions.
|
|
|
|
## Fonctionnalites
|
|
|
|
### Portail captif
|
|
- Pages d'accueil personnalisables
|
|
- Support logo et branding
|
|
- Acceptation des conditions d'utilisation
|
|
|
|
### Integration OAuth
|
|
- Connexion Google
|
|
- Authentification GitHub
|
|
- Connexion Facebook
|
|
- Connexion Twitter/X
|
|
|
|
### Systeme de bons
|
|
- Generation de codes d'acces
|
|
- Validite limitee dans le temps
|
|
- Restrictions de bande passante
|
|
|
|
### Gestion des sessions
|
|
- Cookies securises (HttpOnly, SameSite)
|
|
- Controle du timeout de session
|
|
- Limites de sessions concurrentes
|
|
|
|
### Regles de contournement
|
|
- Liste blanche MAC
|
|
- Liste blanche IP
|
|
- Exceptions de domaines
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg update
|
|
opkg install luci-app-auth-guardian
|
|
```
|
|
|
|
## Licence
|
|
|
|
Licence MIT - CyberMind Security
|