We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
源码地址:https://github.com/Dolov/chrome-github-2fa 安装地址:https://chromewebstore.google.com/detail/github-2fa/lhmckpbbfjnkbgekjinmhpcaojjiifcd
前几天看到 github 要在 4 月份要开启双因素认证,就想着认证一下。 但是我用的是华为手机,无法下载谷歌应用商店,没有找到可以安装 Microsoft Authenticator、Authy 的渠道。
想起之前看阮老师文章的时候正好看到过关于 2fa 的教程,正好可以用来解决这个问题。
The text was updated successfully, but these errors were encountered:
绝大多数 password manager 都可以管理 2FA 吧
Sorry, something went wrong.
看起来感觉很危险,一个是浏览器本身的数据可以被其他应用随便读取。另外一个是插件本身不具备任何持久化的功能,如果移除插件,这些数据就不可逆的丢失了。 像加密货币钱包这种插件会在创建的时候强制你保存备份的。 然后还有个小疑问,仓库里没有看到具体的license,这是故意为之吗?
其实浏览器上面装的几乎所有浏览器插件都能获取和解析到这个东西的,并不需要多高的权限。
插件本身无法持久化,卸载或者换设备确实是个问题。还是需要用户自身妥善保存 Recover codes, 稳妥点的方法还是用手机 APP,只是我的安卓机搞的比较费劲。可能会有人跟我有一样的痛点。
LICENSE 加上了,倒也不是故意,说来惭愧,没参与过啥大的开源项目,这方面意识不足。~
No branches or pull requests
源码地址:https://github.com/Dolov/chrome-github-2fa
安装地址:https://chromewebstore.google.com/detail/github-2fa/lhmckpbbfjnkbgekjinmhpcaojjiifcd
前几天看到 github 要在 4 月份要开启双因素认证,就想着认证一下。
但是我用的是华为手机,无法下载谷歌应用商店,没有找到可以安装 Microsoft Authenticator、Authy 的渠道。
想起之前看阮老师文章的时候正好看到过关于 2fa 的教程,正好可以用来解决这个问题。
插件功能
The text was updated successfully, but these errors were encountered: