Packages
JSON Object Signing and Encryption (JOSE) for Erlang and Elixir.
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
src/jose.app.src
%% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*-
%% vim: ts=4 sw=4 ft=erlang noet
{application, jose, [
{description, "JSON Object Signing and Encryption"},
{vsn, "1.7.5"},
{id, "git"},
{mod, {'jose_app', []}},
{registered, []},
{applications, [
kernel,
stdlib,
crypto,
asn1,
public_key,
base64url
]},
{modules, []},
{maintainers, ["Andrew Bennett"]},
{licenses, ["Mozilla Public License Version 2.0"]},
{links, [{"Github", "https://github.com/potatosalad/erlang-jose"}]},
{env, [{crypto_fallback, true}]}
]}.