This repository contains a collection of common middlewares and types that are used by the microservices in the WISdoM platform. The middlewares implement common patterns such as authentication and scoping as well as error handling.
To use this package, you need to install it into your project using the following command:
go get github.com/wisdom-oss/common-go/v3
Afterward you can import the desired module from
github.com/wisdom-oss/common-go
and start using the common types and
middleware.