totp-rs/README.md

12 lines
330 B
Markdown
Raw Normal View History

2020-04-11 15:24:50 -04:00
# 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!
2020-04-11 15:24:50 -04:00
## How to use
2020-04-11 19:08:38 -04:00
Add it to your `Cargo.toml`:
2020-04-11 15:24:50 -04:00
```toml
[dependencies.totp]
2020-04-11 19:05:26 -04:00
git = "https://github.com/constantoine/totp-rs"
2020-04-11 15:24:50 -04:00
```