원 타임 패스워드 샘플
비번이 유출되어도 안전장치 역할을 하는 OTP 샘플입니다.
https://github.com/kenu/totp
TOTP example
- https://blog.shahednasser.com/how-to-add-authentication-with-google-authenticator-in-node-js/
- Using Google Authenticator, Microsoft Authenticator, etc
- QRCode signup
Requirement
Install
git clone https://github.com/kenu/totp
cd totp
npm i
npm run serve
