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
- Host: GitHub
- URL: https://github.com/papadanielvi/gokit-microservices
- Owner: PapaDanielVi
- License: mit
- Created: 2019-08-11T08:27:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T08:42:02.000Z (almost 7 years ago)
- Last Synced: 2026-05-09T21:30:25.925Z (about 1 month ago)
- Topics: authentication, authorization, go-kit, golang, microservice, middleware, service, services
- Language: Go
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.