You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nowadays, our http lib abstraction is based on fasthttp implementation. Since its is covered by a tiny community (compared to other solutions), we are facing some limitations that slow us down. We fear that we might face other issues in the future.
Tasks
Authentication Middleware
Authorization Middleware
Error Handling Middleware
Cors Middleware
Log Middleware
Trace Middleware
Definition of Done
It should keep its developer experience;
All of the implemented middlewares should be translated to a gin-gonic context;
The text was updated successfully, but these errors were encountered:
Context
Nowadays, our
http
lib abstraction is based onfasthttp
implementation. Since its is covered by a tiny community (compared to other solutions), we are facing some limitations that slow us down. We fear that we might face other issues in the future.Tasks
Definition of Done
The text was updated successfully, but these errors were encountered: