0.0.2 • Published 7 years ago

authhiccups v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

authhiccups

A very simple TOTP library

I would most definitely would not use this in any projects. This was a just a hobby project to see what I could do.

How to use this library:

let TOTPauth = require("authhiccups");    
let myOneTimeCode = TOTPauth.newCode("my secure key");
0.0.2

7 years ago