%% -*- 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, []} ]}.