ucsb-cs56-w20 / ucsb-courses-search

Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2 stars 5 forks source link

Users should only be able to view their own schedules. #299

Open huangcathy opened 4 years ago

huangcathy commented 4 years ago

Currently, in the Multiple Schedules implementation, you can view other people's schedules by manually changing the Schedule ID in the URL path. We should perform a check when the schedule is accessed in this method to see if the schedule actually belongs to the user that is looking at it.