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