as per @Joundill In reality, it won't be possible for you to securely restrict access to individual devices through the web. We have made some extra level of authentications in our software to authenticate the users (Added client side certificate on each devices and based on that the user can't access the site from other devices: i.e: how to use client certificates to access website) now it's resolved.
Original Question
I am trying to develop the software for college students, we will provide device to the students (tab/laptops) they must need to log in their credentials using the device that we provided to the student. E.g. If student 1 tried to log in from student 2's tab/laptop, then it needs to be rejected.
Is there any way available to get the MAC address of the client's PC using PHP, and JavaScript?
We developed web applications using PHP 5.3 with jQuery and JS, also another is Laravel with PHP 8.1.
Is there any best way available to restrict the user to login from only the device specified?
I have tried by controlling the user via MAC address using this answer but it's not working in our case.
0 comments:
Post a Comment
Thanks