totp-rs/README.md

12 lines
267 B
Markdown
Raw Normal View History

2020-04-11 15:24:50 -04:00
# totp-rs
This library is a cheap wrapper around otpauth, qrcode and image to seamlessly manage Time-based One-Time Password authentification
## How to use
Add this to your Cargo.toml
```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
```