Library with JWT implementations of LTI's JWT interfaces
- Set your maven installation to work with Github packages, following https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages#authenticating-to-github-packages
Repository info:
      <repository>
        <id>github-uoc</id>
        <name>GitHub UOC Apache Maven Packages</name>
        <url>https://maven.pkg.github.com/uoc/java-lti-1.3-jwt</url>
      </repository>				- Add the dependency to your pom.xmlfile:
  <dependency>
    <groupId>edu.uoc.elc.lti</groupId>
    <artifactId>lti-13-jwt</artifactId>
    <version>0.0.2</version>
  </dependency>Thanks for being interested in this project. The way of contributing is the common for almost all projects:
- Fork the project to your account
- Implement your changes
- Make a pull request
If you need further information contact to xaracil at uoc dot edu