https://github.com/estobbart/jwt_playground
Experiments with JWT's in Go
https://github.com/estobbart/jwt_playground
Last synced: about 2 months ago
JSON representation
Experiments with JWT's in Go
- Host: GitHub
- URL: https://github.com/estobbart/jwt_playground
- Owner: estobbart
- License: unlicense
- Created: 2018-08-12T20:30:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T00:09:08.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T13:33:46.523Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt_playground
Experiments with JWT's in Go
See [jwt.io](jwt.io)
# Install
go get gopkg.in/square/go-jose.v2/jwt
# Build
go build main.go
# Run
./main