Edit

thodg/totp-rs

Branch :

  • Show log

    Commit

  • Author : Cléo Rebert
    Date : 2020-04-13 16:54:37
    Hash : 30ac2766
    Message : Merge pull request #2 from constantoine/add-license-1 Create license

  • 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 it to your Cargo.toml:

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