emqx/apps/emqx_auth_jwt/src/emqx_auth_jwt.app.src

22 lines
438 B
Erlang

%% -*- mode: erlang -*-
{application, emqx_auth_jwt, [
{description, "EMQX JWT Authentication and Authorization"},
{vsn, "0.3.2"},
{registered, []},
{mod, {emqx_auth_jwt_app, []}},
{applications, [
kernel,
stdlib,
jose,
emqx,
emqx_auth,
emqx_connector,
emqx_resource
]},
{env, []},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}
]}.