Edit

thodg/totp-rs/README.md

Branch :

  • Show log

    Commit

  • Author : Cleo Rebert
    Date : 2020-04-13 18:06:33
    Hash : 7de3d067
    Message : Changed dependency version for more compatibility

  • README.md
  • # totp-rs
    
    This library permits the creation of 2FA 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`:
    ```toml
    [dependencies]
    totp-rs = "~0.2"
    ```