Reuse of token in TOTP is possible
This commit is contained in:
parent
47ad5e2427
commit
f1df1c427a
2 changed files with 5 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 79 KiB |
|
@ -38,6 +38,11 @@ The number of intervals the server attempts to match the hash. This option is pr
|
||||||
|
|
||||||
The time interval in seconds the server matches a hash. Each time the interval passes, the token generator generates a TOTP.
|
The time interval in seconds the server matches a hash. Each time the interval passes, the token generator generates a TOTP.
|
||||||
|
|
||||||
|
===== Reusable code
|
||||||
|
|
||||||
|
Determine whether OTP tokens can be reused in the authentication process or user needs to wait for the next token.
|
||||||
|
Users cannot reuse those tokens by default, and the administrator needs to explicitly specify that those tokens can be reused.
|
||||||
|
|
||||||
==== HOTP configuration options
|
==== HOTP configuration options
|
||||||
|
|
||||||
===== OTP hash algorithm
|
===== OTP hash algorithm
|
||||||
|
|
Loading…
Reference in a new issue