Bug Report
Expected behavior/code
A JWT token (forged from the LTI token) is required on API endpoints to secure the API, and potentially retrieve informations about the course or the user.
This token should appear in the Swagger UI documentation at http://localhost:8100/api/v1/docs
Actual Behavior
This required token does not appear in the Swagger UI documentation.
When reading the FastAPI documentation, and the utils function that is injected to the endpoint, the token should be appearing on the OpenAPI doc, but it does not.
Environment
Additional context/Screenshots
