s-espinosa / demonight

0 stars 3 forks source link

Prevent new project creation if demo night is in `voting` #142

Open notmarkmiranda opened 7 years ago

s-espinosa commented 7 years ago

@notmarkmiranda More info on this? If a DemoNight is in voting, then the root_redirect method on our ApplicationController sends a user to the projects_path, which shouldn't allow them to register a new project.

Is this mostly a concern about someone sending a post request from outside the app?

notmarkmiranda commented 7 years ago

More that the route is protected and clever students could change the URL manually.