Vendor jwt-go

This commit is contained in:
Ken-Håvard Lieng 2016-01-15 02:32:50 +01:00
parent fb54d4966c
commit 947823ab41
34 changed files with 2148 additions and 1 deletions

View file

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