Kemal::BasicAuth::Verifier
Strategy interface for authenticating a username/password pair.
Built-in implementations:
Credentials(plaintext, in-memory)
Custom verifiers (database-backed, bcrypt, proc-based, etc.) can subclass
this and pass the instance to Handler.new.