Skip to content

Vericus/ltiex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ltiex

LTI request signing library for Elixir.

Installation

Github

Internal Cadmus apps can use this library directly from the Vericus github:

def deps do
  [
      {:ltiex, github: "Vericus/ltiex"},
  ]
end

Hex

If 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"}
  ]
end

Documentation

Generate the documentation locally with:

mix docs

Alternatively browse documentation in-line, starting with the main Ltiex module.

About

LTI request signing in Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages