tonybaloney72 / TwitchClone

A full stack, single page app clone of popular gaming site Twitch.tv.
1 stars 0 forks source link

Upload Clips #3

Closed tonybaloney72 closed 3 years ago

tonybaloney72 commented 3 years ago

Upload Clips

Functionality

Style

Seeds

jenvomo commented 3 years ago

Nice job @tonybaloney72 ! Only thing to note is that I am able to fire off an ajax call from the console of your app to delete a clip when I am not logged in, and successfully delete the clip. You might want to add a cb to your controller to ensure logged in for specific controller actions so they don't allow someone to delete something if they aren't actually logged in

jenvomo commented 3 years ago