Go to file
Cléo Rebert 4f59840034
Create license
2020-04-13 16:54:21 +02:00
src Finally, my own library. With a fix on the QR code generation 2020-04-13 16:39:57 +02:00
.gitignore First commit 2020-04-11 21:24:50 +02:00
Cargo.toml Finally, my own library. With a fix on the QR code generation 2020-04-13 16:39:57 +02:00
LICENSE Create license 2020-04-13 16:54:21 +02:00
README.md Merge branch 'master' of github.com:constantoine/totp-rs 2020-04-13 16:41:42 +02:00

README.md

totp-rs

This library permits the creation of 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]
git = "https://github.com/constantoine/totp-rs"