Skip to content

extsalt/gojwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gojwt

An extremely simple implementation of JWT

go get github.com/extsalt/gojwt

usage

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