COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

feat: Add Authentication to POST/PUT endpoints #93

Closed acampb65 closed 2 years ago

acampb65 commented 2 years ago

Added authentication to post caption. Added authentication to post rating. Added authentication to put user. Added check to ensure user being changed is the same user changing.

87