Rust client library for Vigor, the JWT-based state-less HTTP authentication server. Implements methods for account management and token retrieval.
Under your Cargo.toml
file, insert the following line into the dependencies
section.
toml
[dependencies]
vigor_agent = "0.1.2"
Upon running cargo build
, the Cargo package for this library and its dependencies will be automatically downloaded and installed.