Closed tsegismont closed 1 week ago
Analyzed existing handlers and found these are good candidates
CSPHandler
CSRFHandler
ErrorHandler
FaviconHandler
FormLoginHandler
RedirectAuthHandler
TemplateHandler
BodyHandler
APIKeyHandler
AuthorizationHandler
ChainAuthHandler
CorsHandler
JWTAuthHandler
LoggerHandler
OAuth2AuthHandler
OtpAuthHandler
SessionHandler
StaticHandler
HealthCheckHandler
Too much breaking for vertx 5.0
Review Vert.x Web handlers and determine which ones have several data params or callbacks.
These handlers should be reworked to provide a builder and/or a dataobject to simplify implementation.