Skip to content

v7.0.0

Compare
Choose a tag to compare
@yeojz yeojz released this 22 Oct 13:37
· 543 commits to master since this release

code

  • Use Date.now() instead of new Date().getTime()
  • In `totpSecret, use the encoding specified in the option
  • Changed token generation to binary manipulation as reflected in RFC sample
  • More fixes for issue #7

tests

  • Added tests which reflects any previous issues opened.