Skip to content

Releases: jhermsmeier/node-hotp

v3.0.0

06 Mar 16:57
8bb152c
Compare
Choose a tag to compare

Breaking Changes:

v2.0.0

01 Feb 09:26
5ae385c
Compare
Choose a tag to compare

Breaking Changes:

  • Changed hotp( key, counter, digits ) to hotp( key, counter, options )
    to support different HMAC algorithms

Features:

  • Added support for Time-Based One-Time Passwords (TOTP) as per RFC 6238
  • Added totp CLI command