Goa
Fleeting- Référence externe : https://goa.design/learn/introduction/
- Référence externe : https://goa.design/
goa has built-in support for multiple security schemes: basic auth, API key (a.k.a. shared secret), JWT and OAuth2
providing a single source of truth from which server code, client code, and documentation is derived
don’t have to worry about the documentation getting out of sync as Goa takes care of generating OpenAPI specifications for HTTP based services and gRPC protocol buffer files for gRPC based services (or both if the service supports both transports).
rest assured that the implementation follows the documentation as the code is generated from the same source