I have a request to allow to use my site functions only for the registered user (which is of course easily supported by ‘wix-users’) and only when the user logged in with a specific computer .
I believe that there is an option to obtain a unique computer ID like a mac address, however, could not find how this could be implemented with wix code?
Another option is to store something in the storage of the user browser
[4] https://www.wix.com/corvid/reference/wix-storage/introduction
For this, you will have to make the idea of how you are going to identify them, store the key in your backend, and then compare it with the value you store in that browser
You can search some stuff online on how to get the MAC address, and then make a second search on how to integrate that into WiX.
For me, I would use option 4.