Packages

Basic HTTP Authentication Scheme for Wisp - just testing gealm export

Current section

Files

Jump to
wisp_basic_auth_courtcircuits src wisp_basic_auth_courtcircuits.app.src
Raw

src/wisp_basic_auth_courtcircuits.app.src

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