Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kemal-basic-auth
v1.0.0
Top Level Namespace
Kemal
BasicAuth
Credentials
Handler
Config
Built with Crystal 1.9.2
2023-10-08 06:39:37 UTC
class
Kemal::BasicAuth::Credentials
Kemal::BasicAuth::Credentials
Reference
Object
Defined in:
kemal-basic-auth/credentials.cr
Constructors
.new
(entries : Hash(String, String) =
Hash
(
String
,
String
).new)
Instance Method Summary
#authorize?
(username : String, given_password : String) : String | Nil
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
]