Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Time-based One-Time Password (TOTP)

This extension cannot be disabled. It provides users with additional security (a period-second symmetric token).

Add in config.yaml following code:

totp:
  issuer: autha
  algorithm: sha1
  digits: 6
  period: 30 # in seconds
ParameterDescription
issuerName displayed on the user authentication application.
algorithmMUST be sha1.
digitsNumber of digits for the 30-second token.
periodToken time window.