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 LogoutRoute to handle logout.
LogoutRoute
>> Read the documentation to understand its behavior and the available options.
Example:
get("/logout", new LogoutRoute(config, "/?defaulturlafterlogout"));