kaplanlior / midburn-queue

midburn.org tickets queue system
https://midburn.org
MIT License
2 stars 5 forks source link

Randomize REGISTER_ROUTE and REGISTER_FORM_URL using a 128bit/256bit GUID #16

Open danielkop opened 8 years ago

danielkop commented 8 years ago

Instead of leaving it up to the person running the server to configure. This ensures higher security and prevents someone by accidentally using the same URLs between 2 different ticket sales.

eladg commented 8 years ago

Those fields are also configured on the frontend. we indeed wanna do something very similar but blocked by #9. Once the app will be included we will be able to deploy and configure the frontend within the backend (using an HTML template)