Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 428 Bytes

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.