Go to file
Cleo Rebert d1e04d7c6e First commit 2020-04-11 21:24:50 +02:00
src First commit 2020-04-11 21:24:50 +02:00
.gitignore First commit 2020-04-11 21:24:50 +02:00
Cargo.toml First commit 2020-04-11 21:24:50 +02:00
README.md First commit 2020-04-11 21:24:50 +02:00

README.md

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

[dependencies.totp]
git = "https://github.com/constantoine/totp-ts"