Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔒️(api) securing API with LTI token #29

Merged
merged 2 commits into from
Jun 6, 2024
Merged

🔒️(api) securing API with LTI token #29

merged 2 commits into from
Jun 6, 2024

Conversation

wilbrdt
Copy link
Collaborator

@wilbrdt wilbrdt commented May 29, 2024

Purpose

API was unsecure and anyone could make request to it from a browser.

Proposal

Securing it with a LTI token verification on each endpoint.

@wilbrdt wilbrdt self-assigned this May 29, 2024
@wilbrdt wilbrdt requested a review from quitterie-lcs May 30, 2024 07:38
@wilbrdt wilbrdt force-pushed the api/security branch 2 times, most recently from 40481b8 to e3acd4e Compare June 3, 2024 15:08
@wilbrdt wilbrdt requested review from quitterie-lcs and lunika June 4, 2024 16:54
wilbrdt added 2 commits June 6, 2024 09:27
`warren:api-core-0.3.0` and `warren:app-0.3.0` are released.
Upgrading base images to these last revision.
API was unsecure and anyone could make request to it from a browser.
Securing it with a LTI token verification on each endpoint, and to get the
`course_id`, the `roles` of the user and its `user_id`.
@wilbrdt wilbrdt merged commit 6e4d67e into main Jun 6, 2024
10 checks passed
@wilbrdt wilbrdt deleted the api/security branch June 6, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants