https://github.com/arcbjorn/go-microservices-jwt-authentication
JWT authentication between Go services through HTTP
https://github.com/arcbjorn/go-microservices-jwt-authentication
authentication go http jwt
Last synced: over 1 year ago
JSON representation
JWT authentication between Go services through HTTP
- Host: GitHub
- URL: https://github.com/arcbjorn/go-microservices-jwt-authentication
- Owner: arcbjorn
- Created: 2021-05-15T15:22:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T15:22:43.000Z (about 5 years ago)
- Last Synced: 2024-06-19T11:35:11.698Z (about 2 years ago)
- Topics: authentication, go, http, jwt
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JWT authentication between Go services through HTTP
### Development
```bash
# Start client
cd client
go run main.go
# Start server
cd server
go run main.go
```