We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can protect (authentication + authorization) the URLs of web application/services by using the SecurityHandler.
SecurityHandler
>> Read the documentation to understand its behavior and the available options.
Example:
return new SecurityHandler(vertx, sessionStore, config, provider, options);