Packages

Basic HTTP Authentication Scheme for Wisp

Current section

Files

Jump to
wisp_basic_auth src wisp_basic_auth.app.src
Raw

src/wisp_basic_auth.app.src

{application, wisp_basic_auth, [
{vsn, "1.0.298"},
{applications, [gleam_http,
gleam_stdlib,
wisp]},
{description, "Basic HTTP Authentication Scheme for Wisp"},
{modules, [wisp_basic_auth,
wisp_basic_auth@@main]},
{registered, []}
]}.