Time-based one-time password (TOTP) authentication for NGINX
9 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
auth_totp_cookie
The `auth_totp_cookie` directive configures the name of the HTTP cookie used…
httpserverlocation
auth_totp_expiry
Sets the expiration time for the authentication cookie used in TOTP-based…
httpserverlocation
auth_totp_file
The `auth_totp_file` directive specifies the path to the TOTP configuration…
httpserverlocation
auth_totp_length
Specifies the length of the TOTP (Time-based One-Time Password) used for…
httpserverlocation
auth_totp_realm
Defines a realm name for TOTP authentication in NGINX, displayed in the…
httpserverlocation
auth_totp_reuse
The `auth_totp_reuse` directive controls whether a TOTP token can be reused…
httpserverlocation
auth_totp_skew
Configures the allowed time skew for TOTP authentication verification in NGINX.
httpserverlocation
auth_totp_start
The `auth_totp_start` directive sets the starting time for the Time-based…
httpserverlocation
auth_totp_step
The `auth_totp_step` directive configures the time interval for the validity…
httpserverlocation