Current section
Files
Jump to
Current section
Files
src/glimr_auth.app.src
{application, glimr_auth, [
{vsn, "1.0.1"},
{applications, [argus,
gleam_stdlib,
glimr]},
{description, "Auth layer for the Glimr web framework"},
{modules, [glimr_auth@@main,
glimr_auth@auth,
glimr_auth@hash]},
{registered, []}
]}.