Packages

Low-level erlang library to encode/decode payloads for using the forum software Discourse as an SSO endpoint.

Current section

Files

Jump to
discourse_as_sso_erlang src discourse_as_sso_erlang.app.src
Raw

src/discourse_as_sso_erlang.app.src

{application,discourse_as_sso_erlang,
[{description,"Low-level erlang library to encode/decode payloads for using the forum software Discourse as an SSO endpoint."},
{vsn,"0.6.0"},
{registered,[]},
{applications,[kernel,cowlib,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Daniel Eklund"]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/reverendpaco/discourse-as-sso-erlang"}]}]}.