https://github.com/marcopacini/go-jwt-example
JWT base authentication in Go
https://github.com/marcopacini/go-jwt-example
Last synced: 2 months ago
JSON representation
JWT base authentication in Go
- Host: GitHub
- URL: https://github.com/marcopacini/go-jwt-example
- Owner: marcopacini
- Created: 2019-09-06T15:15:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T15:17:30.000Z (over 5 years ago)
- Last Synced: 2024-01-25T05:31:40.447Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT base authentication in Go
Example that implements JWT base authentication in Go.