Nephos / MeetUs

Handle presences, vote, organize, and share your meetings
GNU General Public License v3.0
0 stars 0 forks source link

Create a random UID to avoid exploration #8

Closed Nephos closed 8 years ago

Nephos commented 8 years ago

The simple users should not be able to communicate with the api or the html interface with the id of the polls.

  1. Generate a random UID to avoid exploration
  2. Lock all the CRUD routes ( #1 )
  3. Make all the routes of the MeetingMakerController using the UID instead of the ID
Nephos commented 8 years ago

:white_check_mark: Lock all the CRUD routes ( #1 )

Nephos commented 8 years ago

GUIDE:

If you had a database before this commit (fb1c6c0) you should consider to drop and reset your database from scratch. No support if you don't want to.