h256only

Crates.ioh256only
lib.rsh256only
version0.4.1
sourcesrc
created_at2017-08-08 08:56:48.852154
updated_at2017-08-08 08:59:29.95099
descriptionWeb token library based on rust-jwt with support only for HMACSHA256
homepagehttp://github.com/adeadman/rust-h256only
repositoryhttp://github.com/adeadman/rust-h256only
max_upload_size
id26840
size16,194
Aaron Deadman (adeadman)

documentation

http://mikkyang.github.io/rust-jwt/doc/jwt/index.html

README

H256Only

crates.io

A Web Token library forked from rust-jwt

Inspired by the h256only go library.

For more information on this rationale, please read Kevin Burke's article on JWT

For usage documentation, please see the original JWT Documentation.

Usage

The library provides a Token type that wraps a header and claims. The header and claims can be any types that implement the Component trait, which is automatically implemented for types that implement the Sized, Encodable, and Decodable traits. See the examples.

Commit count: 0

cargo fmt