LTI request signing library for Elixir.
Internal Cadmus apps can use this library directly from the Vericus github:
def deps do
[
{:ltiex, github: "Vericus/ltiex"},
]
endIf available in Hex, the package can be installed
by adding ltiex to your list of dependencies in mix.exs:
def deps do
[
{:ltiex, "~> 0.1.0"}
]
endGenerate the documentation locally with:
mix docs
Alternatively browse documentation in-line, starting with the main Ltiex module.