stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Users can still see others' assortments by going to /assortments/id/study #13

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 3 months ago

I fixed the bug where a user cannot see assortments that are not theirs on the /assortments/id endpoint, but they can still bypass this by still having access to the /assortments/id/study endpoint

image image