Skip to content

Java library supporting Java Web Applications that implement LTI tools.

License

Notifications You must be signed in to change notification settings

leeds-beckett-digital-learning/lbu-lti

Repository files navigation

LBU-LTI

This project is a Java library which supports the creation of LTI tools.

Status

The library provides minimal functionality to support the lbu-lti-demo project. The design is subject to major changes as the author better understands LTI 1.3 and what this library needs to do to make tool creation as simple as possible.

The code has not been exhaustively tested for security loopholes. Comments on security issues would be very welcome. Pull requests that address such issues would be even more welcome.

Using this library

This library has now been published in Maven Central.

For gradle

implementation 'io.github.leeds-beckett-digital-learning:lbu-lti:0.1.1'

For maven

<dependency>
    <groupId>io.github.leeds-beckett-digital-learning</groupId>
    <artifactId>lbu-lti</artifactId>
    <version>0.1.1</version>
</dependency>

About

Java library supporting Java Web Applications that implement LTI tools.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages