blob: cbf4ea19bc2be2ed3779ce35934e9e4fac18b391 (
plain) (
tree)
|
|
%% Feel free to use, reuse and abuse the code in this file.
{application, basic_auth, [
{description, "Cowboy Basic HTTP Authorization example."},
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {basic_auth_app, []}},
{env, []}
]}.
|