Edit

thodg/totp-rs/README.md

Branch :

  • Show log

    Commit

  • Author : Cleo Rebert
    Date : 2020-04-11 21:24:50
    Hash : d1e04d7c
    Message : First commit

  • 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
    ```toml
    [dependencies.totp]
    git = "https://github.com/constantoine/totp-ts"
    ```