Hash :
30ac2766
Author :
Date :
2020-04-13T16:54:37
Git HTTP | https://git.kmx.io/thodg/totp-rs.git |
---|---|
Git SSH | git@git.kmx.io:thodg/totp-rs.git |
Public access ? | public |
Description |
TOTP for Rust by constantoine. |
Users |
|
Tags |
|
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"