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
- Host: GitHub
- URL: https://github.com/extsalt/gojwt
- Owner: extsalt
- Created: 2023-08-27T05:38:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T10:32:26.000Z (almost 3 years ago)
- Last Synced: 2026-01-12T15:33:56.130Z (6 months ago)
- Topics: golang, jwt
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```