TeamMartinez / YOLO-api

REST API for the yolo project (GitHub Auth)
http://vm344a.se.rit.edu
1 stars 1 forks source link

Refactor file path for downloaded files #13

Closed jdw6359 closed 8 years ago

jdw6359 commented 8 years ago

Rather than including a resource unique identifier in the file path like: 'public/stock_history/user_4_history.txt', the file will include a secure random base 64 hash like: 'public/stock_history/_history.txt

This will make it slightly more difficult to access someone else's public stock history by falsifying user ids