Packages

Auth layer for the Glimr web framework

Current section

Files

Jump to
glimr_auth src glimr_auth.app.src
Raw

src/glimr_auth.app.src

{application, glimr_auth, [
{vsn, "1.0.0"},
{applications, [argus,
gleam_stdlib,
glimr]},
{description, "Auth layer for the Glimr web framework"},
{modules, [glimr_auth@@main,
glimr_auth@auth,
glimr_auth@hash]},
{registered, []}
]}.