An open API service indexing awesome lists of open source software.

https://github.com/postor/2fa-example

2fa验证项目示例 | 2fa example project
https://github.com/postor/2fa-example

2fa nodejs shackjs typescript

Last synced: 2 months ago
JSON representation

2fa验证项目示例 | 2fa example project

Awesome Lists containing this project

README

        

# 2fa-example
2fa 验证项目示例 | 2fa example project

## usage

- `npm i`
- `yarn dev`
- open http://localhost:3000

## 更多 | more

- 实际使用应为:用户设置秘钥,使用authy类客户端扫码保存到手机,在需要otp情况查看手机otp
- 项目中接口都保留了秘钥,实际使用中秘钥应在用户设置后存在后台,暴露会不安全