some microservices using go-kit
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)
Licensed under the MIT license.