HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Implementing API access controll with LTI #42

Closed MarcNor closed 1 year ago

MarcNor commented 1 year ago

Describe the feature to be developed

The API Endpoints need to be made secure and reliable. For this, the LTI connection should be considered and the resulting cookie should be used for authentication if a user is allowed to access the endpoint or not.

Describe the Impact on the System This will only impact the endpoints in a small way, since this can be done with a decorater above the code.

Definition of Done What needs to be done, before the Issue can be closed?