Skip to content

doctaphred/totpaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOTPaaS: Time-based One-Time Passwords as a Service

Please don't actually use this.

Deployed at https://totpaas.herokuapp.com/

Setup

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.

About

Time-based One-Time Passwords as a Service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published