Current section
Files
Jump to
Current section
Files
src/wisp_basic_auth.app.src
{application, wisp_basic_auth, [
{vsn, "1.0.304"},
{applications, [gleam_http,
gleam_stdlib,
wisp]},
{description, "Basic HTTP Authentication Scheme for Wisp"},
{modules, [wisp_basic_auth,
wisp_basic_auth@@main]},
{registered, []}
]}.