-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登录支持2FA #1481
登录支持2FA #1481
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1481 +/- ##
==========================================
- Coverage 75.30% 75.26% -0.04%
==========================================
Files 91 93 +2
Lines 14455 14677 +222
==========================================
+ Hits 10885 11047 +162
- Misses 3570 3630 +60
Continue to review full report at Codecov.
|
优化:
|
能否在系统全局配置中强制对所有用户启用2FA多因子认证? |
同问,希望能够设置全局强制多因子认证。 |
希望管理员能配置全局强制开启2FA |
1 similar comment
希望管理员能配置全局强制开启2FA |
已经支持全局强制配置 #1490 |
用户关闭后重新登录时,会强制要求重新设置2FA才能登入系统 |
fix #1410
登录支持双因子认证(两步验证),提高系统安全性(尤其有些人把archery部署在公网上)
*在authenticate和login之间增加了OTP验证
*目前支持Google身份验证器验证(理论上支持TOTP算法的App都适用),接口使用类似sql.engines的黑盒模式,后面可以比较方便地拓展邮件和短信验证
使用: