sst-product-team / attendance-app

Scaler School of Technology Application
Apache License 2.0
2 stars 5 forks source link

Changing the method of checking if the location is not being faked. #11

Closed MrPhenomenal3110 closed 9 months ago

MrPhenomenal3110 commented 9 months ago

I have developer mode enabled in my device in order to reduce animations on my device an make them faster, but every time, in order to mark the attendance, I have to turn it off. So, I would suggest to use server-side validation instead of client-side validation, or some other techniques, which would not require to turn off the developer mode every time for marking attendance.

referenced file : "/src/utils/checkValidity.js"

skushagra commented 9 months ago

We got this issue from many students, therefore our next build will have different checks to detect if attendance is being spoofed, and the requirement that the developer mode needs to be disabled to mark attendance will be removed.