Echo (Go) boilerplate with authentication, authorization, and validation for APIs
Boilerplate for building REST APIs in Go using the Echo framework. It includes JWT-based authentication (access and refresh tokens), Casbin authorization, request/response validation, OpenAPI 3 documentation, and Docker support, making it suitable for backend services and microservices.
0