Go to file
Cleo Rebert 8a236fbdea fixed typo 2020-04-13 18:09:02 +02:00
src fixed typo 2020-04-13 18:09:02 +02:00
.gitignore First commit 2020-04-11 21:24:50 +02:00
Cargo.toml exported fields to export documentation 2020-04-13 17:59:04 +02:00
LICENSE Create license 2020-04-13 16:54:21 +02:00
README.md Changed dependency version for more compatibility 2020-04-13 18:06:33 +02:00

README.md

totp-rs

This library permits the creation of 2FA authentification tokens per TOTP, the verification of said tokens, with configurable time skew, validity time of each token, algorithm and number of digits!

How to use

Add it to your Cargo.toml:

[dependencies]
totp-rs = "~0.2"