Skip to content

Modified OAuth library for LTI java integrations.

License

Notifications You must be signed in to change notification settings

lrnfast/oauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use this GitHub repo as the bbb-lti oauth library (if removing the oauth library from the bbb-lti files), add the following to the BuildConfig.groovy

Under repositories add the following line near the other maven repos: mavenRepo "https://jitpack.io"

Next add the following under dependencies: compile 'com.github.blindsidenetworks:oauth:master-SNAPSHOT'

The master-SNAPSHOT can be replaced with any tagged release, if you don't want to use the latest version. When the bbb-lti is run with these lines in the BuildConfig.groovy, it will download the library from GitHub.

About

Modified OAuth library for LTI java integrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%