secubox-openwrt/package/secubox/luci-app-auth-guardian/README.zh.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
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>
2026-03-20 10:00:18 +01:00

49 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[English](README.md) | [Francais](README.fr.md) | 中文
# OpenWrt Auth Guardian
**版本:** 0.4.0
**最后更新:** 2025-12-28
**状态:** 活跃
全面的身份验证和会话管理系统。
## 功能特性
### 强制门户
- 可定制的欢迎页面
- Logo 和品牌支持
- 服务条款接受
### OAuth 集成
- Google 登录
- GitHub 认证
- Facebook 登录
- Twitter/X 登录
### 凭证系统
- 生成访问码
- 限时有效期
- 带宽限制
### 会话管理
- 安全 CookieHttpOnly、SameSite
- 会话超时控制
- 并发会话限制
### 绕过规则
- MAC 白名单
- IP 白名单
- 域名例外
## 安装
```bash
opkg update
opkg install luci-app-auth-guardian
```
## 许可证
MIT 许可证 - CyberMind Security