1// Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
2//
3// See README.md for more info.
4package jwt
5