Edit

thodg/totp-rs

Branch :

  • Show log

    Commit

  • Author : Cleo Rebert
    Date : 2020-04-13 16:39:57
    Hash : e4915a64
    Message : Finally, my own library. With a fix on the QR code generation

  • README.md
  • 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 this to your Cargo.toml

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