Releases: go-saas/kit
Releases · go-saas/kit
v0.0.4
v0.0.2
Backend finished part
- authn with jwt and cookie. adapted with service and gateway. powered by https://github.com/Goxiaoy/sessions
- authz with permission defintion, casbin model, adapted with service and gateway
- tenant resolve and validation, adapted with service and gateway
- kafka, redis
- local eventbus, powered by https://github.com/Goxiaoy/go-eventbus
- unit of work cross single request powerd by https://github.com/Goxiaoy/uow
- seeding with database creation (to support hybrid database style)
- generic repoistory interface design
- project template https://github.com/Goxiaoy/kit-saas-layout
- opentelemetry tracing
Next step:
Frontend and documents