groton-school/slim-canvas-api-proxy

1.0.1 2025-08-16 23:54 UTC

This package is auto-updated.

Last update: 2025-08-16 23:55:09 UTC


README

Server-side actions and routes for authenticating to and accessing the Canvas LMS API from a web client

Latest Version

Install

composer require groton-school/slim-canvas-api-proxy

Use

This is an implementation of groton-school/slim-oauth2-api-proxy. This provides a server-side proxy to the Canvas LMS API for a web app (which would not normally be able to directly call an API hosted on another domain due to CORS restrictions). The canonical example of how to use this is groton-school/slim-skeleton's gae/lti-tool_canvas-api-proxy branch.