Please don't actually use this.
Deployed at https://totpaas.herokuapp.com/
You'll need to provide the TOTP_PARAMS
environment variable [1].
Example value:
{ "ayy": { "digest": "sha1", "digits": 6, "key": "lmao", "time_step": 30 } }
Afterward, run poetry shell
, then make
[2].
[1] | Consider using direnv for this purpose. |
[2] | Remember not to actually do any of this. |