jsonwebtoken 1.1.7

Create and parse JWT in a strongly typed way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "jsonwebtoken"
version = "1.1.7"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"
description = "Create and parse JWT in a strongly typed way."
homepage = "https://github.com/Keats/rust-jwt"
repository = "https://github.com/Keats/rust-jwt"
keywords = ["jwt", "web", "api", "token", "json"]

[dependencies]
rustc-serialize = "^0.3"
ring = "^0.7"