[ENH] IoT QR코드 스캔 테스트를 위해 QR코드 생성 기능 구현
Closed this issue · 0 comments
riyenas0925 commented
- api상에서 deviceId를 넣으면 deviceId와 deviceId의 seed값으로 만들어진 totp을 QR코드로 변환
- QR코드 생성 라이브러리는 zxing 사용
QR코드 생성 데이터 예시
{
"deviceId":1,
"totp":"28783891"
}
Closed this issue · 0 comments
{
"deviceId":1,
"totp":"28783891"
}