Skip to content

waitshang/spring-otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

工程简介

  1. 在Jar的同级目录下存在文件夹spring-opt,里面有文件data.json,这是OTPAuth参数,如下:
[
  {
    "name": "Example",
    "uri": "otpauth://totp/Example:alice@gmail.com?secret=TGABZXEP4LKB46AX&issuer=Example"
  }
]
  1. 启动软件后(存在JRE环境,直接双击Jar),界面如下:

1.png

里面的Token(或称之为密钥)是根据1中的配置而来的,如果您需要配置自己的OTP Token,请填写正确的data.json

延伸阅读

https://stackoverflow.com/questions/28057161/google-authenticator-missing-otpauth-protocol-parameter