C# libraries for integrating with Brightspace OAuth 2.0.
The libraries in this repository are published in lock-step. It is recommended that you maintain a consistent version number on any of these that you depend on. Mixing versions as of the version 5.0 release is not supported.
Core functionality for request validation and token provisioning.
WebAPI integration in the form of filters/attributes/etc.
Helper library for writing tests.
-
Fork the repository. Committing directly against this repository is highly discouraged.
-
Make your modifications in a branch, updating and writing new tests.
-
Ensure that all tests pass
-
rebaseyour changes against master. Do not merge. -
Submit a pull request to this repository. Wait for tests to run and someone to chime in.