Current section
Files
Jump to
Current section
Files
src/gauth.app.src
{application, gauth, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "A modular first authentication base"},
{modules, [gauth,
gauth@@main,
gauth@user,
gauth@user@creation,
gauth@user@creation@errorware,
gauth@user@creation@finalware,
gauth@user@creation@middleware,
gauth@user@creation@simple,
gauth@user@data,
gauth@user@deletion,
gauth@user@deletion@errorware,
gauth@user@deletion@middleware,
gauth@user@deletion@simple]},
{registered, []}
]}.