Hash :
2c3d9a39
Author :
Date :
2020-04-13T16:41:42
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!
Add it to your Cargo.toml
:
[dependencies.totp]
git = "https://github.com/constantoine/totp-rs"
# 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`:
```toml
[dependencies.totp]
git = "https://github.com/constantoine/totp-rs"
```