Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 209 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 209 Bytes

gojwt

An extremely simple implementation of JWT

go get github.com/extsalt/gojwt

usage

import "github.com/extsalt/gojwt"
gojwt.Create("subject", "platform", "secret")