Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uk.ac.ox.ctl:canvas-spring-oauth2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uk.ac.ox.ctl:canvas-spring-oauth2

This small project provides some supporting classes for using Spring Security OAuth2 with Canvas.

  • 1.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Canvas Spring Security OAuth2

Java CI with Maven

This project contains a few supporting files for building Spring Security OAuth2 client that work well with the Canvas LMS by Instructure. There is documentation of their OAuth2 setup which may be helpful in understanding this library.

Using

This project is release to the central maven repository and can be added as a maven dependency to another project:

        <dependency>
            <groupId>uk.ac.ox.ctl</groupId>
            <artifactId>canvas-spring-oauth2</artifactId>
            <version>0.2</version>
        </dependency>

Building

To build this library use Apache Maven:

mvn install

This will build a JAR that can be used as a dependency in another project.

Releasing

This project is deployed to the central repository, once ready to release you can have the release plugin tag everything:

mvn -Prelease release:clean release:prepare

then if that completes successfully a release bundle can be pushed to the staging area of the Sonatype OSS repository with:

mvn -Prelease release:perform

We don't automatically close the staged artifacts so after checking that the files are ok you can login to the repository and release it.

License

This project is Apache 2 licensed.

FAQs

Package last updated on 28 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc