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

https://github.com/papadanielvi/gokit-microservices

microservices examples with go-kit
https://github.com/papadanielvi/gokit-microservices

authentication authorization go-kit golang microservice middleware service services

Last synced: 29 days ago
JSON representation

microservices examples with go-kit

Awesome Lists containing this project

README

          

# gokit-microservices

**some microservices using go-kit**

## Services

1. Authentication Service
1. Login(Jwt)
2. Header Authorization Middleware(compatible with mux and pure http)
2. Users Service
1. Create User(CREATE Request)
2. Delete User(DELETE Request)
3. Get User(GET Request)
4. Update User(PUT Request)

## LICENSE

Licensed under the [MIT](LICENSE) license.