Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kemal-basic-auth
v0.2.0
Top Level Namespace
HTTPBasicAuth
Credentials
Built with Crystal 1.9.2
2023-10-08 06:39:34 UTC
Top Level Namespace
Defined in:
Method Summary
basic_auth
(username, password)
Helper to easily add HTTP Basic Auth support.
basic_auth
(crendentials : Hash(String, String))
Method Detail
def
basic_auth
(username, password)
#
Helper to easily add HTTP Basic Auth support.
[
View source
]
def
basic_auth
(crendentials : Hash(String, String))
#
[
View source
]