Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuley/authz
2FA 身份验证器
https://github.com/zuley/authz
Last synced: about 2 months ago
JSON representation
2FA 身份验证器
- Host: GitHub
- URL: https://github.com/zuley/authz
- Owner: zuley
- Created: 2024-01-17T12:44:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T03:25:58.000Z (about 2 months ago)
- Last Synced: 2024-11-29T04:24:04.102Z (about 2 months ago)
- Language: Vue
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthZ
2FA 身份验证器## 目录结构
```bash
- app # 桌面应用
- server # 服务器
- web # 网站
- miniapp # 小程序
- mapp # 移动端
- ext # 浏览器扩展```