bellstrand/totp-generator

Customizable options

bellstrand opened this issue · 5 comments

Add object with default properties and merge with input object:

  • Epoch (default: Unix epoch)
  • Interval (default: 30sec)
  • Token Length (default: 6)
  • Hash (default: SHA-1), which more are commonly used?, optional dependency?

Is there also some support for why you cannot use Amazon's secret key system with the code?

@GreenanJay I'm not sure what your question is exactly.

Encke commented

https://github.com/Encke/totp-generator

I added some of those ... Ill add the token size now ... Good one!

@Encke I'll happily merge a pull-request from you once you're done! :)

Encke commented

Done!