Timing is off #2

otevřený
otevřeno 2020-01-08 12:16:43 +00:00 uživatelem Ghost · 0 komentářů

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.
Přihlaste se pro zapojení do konverzace.
Bez štítku
1 účastníků
Oznámení
Termín dokončení
Žádný termín dokončení.
Závislosti

Nejsou nastaveny žádné závislosti.

Reference: coolaj86/browser-authenticator.js#2
K dispozici není žádný popis.