We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You need to define a logout endpoint using the LogoutHandler to handle logout.
LogoutHandler
>> Read the documentation to understand its behavior and the available options.
Example:
return new LogoutHandler(vertx, sessionStore, new LogoutHandlerOptions(), config);