Skip to content

Releases: litert/otp.js

v2.0.0

19 Jun 16:16
v2.0.0
5b898a0
Compare
Choose a tag to compare

CHANGES

  • build(project): refactored with supports for full OTP features.
  • feat(hotp): added support for other digest algorithms.
  • feat(totp): added support for other digest algorithms.
  • feat(url): added support for generating OTP URLs.
  • feat(cli): added CLI tool for OTP operations.
  • build(test): added unit tests for all features.
  • build(docs): added full documentation for the library and CLI tool.

Release v1.0.0

25 Jun 10:43
v1.0.0
beda773
Compare
Choose a tag to compare

Changes

  • build(project): refactored with simplified APIs.

Release v0.1.2

25 Dec 11:34
Compare
Choose a tag to compare

Changes

  • Fixed the issuer field.

Release v0.1.1

20 Dec 16:51
Compare
Choose a tag to compare

The first release of full features.