- 在Jar的同级目录下存在文件夹
spring-opt
,里面有文件data.json
,这是OTPAuth参数,如下:
[
{
"name": "Example",
"uri": "otpauth://totp/Example:alice@gmail.com?secret=TGABZXEP4LKB46AX&issuer=Example"
}
]
- 启动软件后(存在JRE环境,直接双击Jar),界面如下:
里面的Token(或称之为密钥)是根据1
中的配置而来的,如果您需要配置自己的OTP Token,请填写正确的data.json
。
https://stackoverflow.com/questions/28057161/google-authenticator-missing-otpauth-protocol-parameter