Rx Otp Versions Save

HMAC-based (HOTP) and Time-based (TOTP) One-Time Password manager. Works with Google Authenticator for Two-Factor Authentication.

v2.0.0

2 years ago
  • Upgrade all packages' versions to move on rxjs:7.4.0 and delete incompatible packages
  • Delete browser single version due to incompatibility
  • Delete es5 version and now module is only on es2015 and if you want an older support, your bundle system should transpile it to es5
  • Fix tests
  • Documentation

v1.1.0

4 years ago
  • Change repository owner name
  • Latest packages' versions
  • Fix tests
  • Documentation

v1.0.0

5 years ago
  • Add scope to library and move to @akanass/rx-otp
  • Rewritten all library and test files in Typescript
  • Add typings support
  • Use JEST for testing
  • Use json-schema and ajv library to validate functions' parameters