kemal-basic-auth
kemal-basic-auth copied to clipboard
Clean up handlers
I was thinking if there should be implemented a method to clean up old handlers because each time basic_auth is called a new handler is added to Kemal::Config::CUSTOM_HANDLERS and they are never removed again?