Timing is off #2

오픈
opened 2020-01-08 12:16:43 +00:00 by Ghost · 0개의 코멘트

The demo website at https://rootprojects.org/authenticator/ generates a new token every 30 seconds starting with page load, which is incorrect.
Instead, it should generate the second token after (t modulo 30) seconds where t denotes the current unix timestamp.

The demo website at https://rootprojects.org/authenticator/ generates a new token every 30 seconds starting with page load, which is incorrect. Instead, it should generate the second token after (t modulo 30) seconds where t denotes the current unix timestamp.
"로그인하여 이 대화에 참여"
레이블 없음
참여자 1명
알림
마감일
마감일이 설정되지 않았습니다.
의존성

No dependencies set.

Reference: coolaj86/browser-authenticator.js#2
No description provided.