An open API service indexing awesome lists of open source software.

https://github.com/extsalt/gojwt

An extremely simple implementation of JWT
https://github.com/extsalt/gojwt

golang jwt

Last synced: 6 months ago
JSON representation

An extremely simple implementation of JWT

Awesome Lists containing this project

README

          

# gojwt
An extremely simple implementation of JWT

```shell
go get github.com/extsalt/gojwt
```

#### usage

```go
import "github.com/extsalt/gojwt"
```

```go
gojwt.Create("subject", "platform", "secret")
```