fierc3 / poseify

A web application for pose estimation and motion capture data generation form a single video
MIT License
2 stars 0 forks source link

Add user check to endpoints #81

Closed fierc3 closed 1 year ago

fierc3 commented 1 year ago

Users can now only access data in ravendb which is also assigned to them via UploadProfile. Since this id is stored in the HTTP-only cookie, forgery can't happen.

Also had to make some logic changes which create folders on the fly.