https://github.com/felipecruz91/go-jwt-tutorial
Go HTTP client-server with JWT auth
https://github.com/felipecruz91/go-jwt-tutorial
golang jwt
Last synced: over 1 year ago
JSON representation
Go HTTP client-server with JWT auth
- Host: GitHub
- URL: https://github.com/felipecruz91/go-jwt-tutorial
- Owner: felipecruz91
- Created: 2020-03-14T19:26:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T19:30:45.000Z (over 6 years ago)
- Last Synced: 2025-03-20T02:47:30.588Z (over 1 year ago)
- Topics: golang, jwt
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-jwt-tutorial
A golang HTTP `client` that generates a JWT token and perform a HTTP request to an authenticated endpoint exposed by the `server`.