An open API service indexing awesome lists of open source software.

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

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
```