API Gateway
Developing a secure API filter
I built a secure way to access and filter the Brightspace API.
Brightspace is a password-protected Learning Management System (LMS) developed by D2L. Its purpose is for the administration, tracking, reporting, and delivery of educational courses. Brightspace has an API for third-party integrations, however, it often allows the third-party to access to more data than an organization would like to provide such as student information.
To solve this problem, I developed a serverless API gateway paired with Azure Key Vault.
[Read More]