Timing is off #2

开启中
由 Ghost 于 2020-01-08 12:16:43 +00:00 打开 · 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 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:coolaj86/browser-authenticator.js#2
没有提供说明。