Authentication on fileService #1243

Open
opened 2026-05-29 11:22:09 +00:00 by a24noabe · 0 comments
Collaborator

Currently anyone can make a POST request and upload a file, this shouldn't be possible. We need to implement JWT authentication so that only users can upload files. Other endpoints may also need to be protected, for example /file/f/{uuid}, so that only the owner of the image can access it.

Currently anyone can make a POST request and upload a file, this shouldn't be possible. We need to implement JWT authentication so that only users can upload files. Other endpoints may also need to be protected, for example `/file/f/{uuid}`, so that only the owner of the image can access it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#1243
No description provided.