vigor_agent 0.1.8

Client library for Vigor servers.
Documentation

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.

[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.