Hacker News new | ask | show | jobs
by rurcliped 1630 days ago
another class of security issues that has been seen in other quiz apps is client-side disclosure of questions/answers, e.g., https://mentimeter.canny.io/feature-requests/p/make-sure-que...
1 comments

I've definitely had some fun in class with websites that do too much client side logic. ;)

I made sure to do all the important calculations server side, and only send the necessary data to clients.