Open Andrflor opened 3 years ago
Just to add some information – BasicAuth
middleware not using that approach: https://github.com/gofiber/fiber/blob/9dd39c0e55376b68b368a82f181446da8d96962f/middleware/basicauth/config.go#L94
But for me it makes sense... Will continue digging...
Hello, I was wondering if it's and intended behavior... (Code may be better to explain)
The default error handler is written
This way the error is not processed trough the app error handler Should it not be that way to be processed by any application level error handler by default?
Not sure if i am clear enough 😅