class Kemal::BasicAuth::Credentials

Defined in:

kemal-basic-auth/credentials.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entries : Hash(String, String) = Hash(String, String).new) #

[View source]

Instance Method Detail

def authorize?(username : String, given_password : String) : String | Nil #

[View source]