I'm currently writing a mobile application in php. I added a IP filter, so that only clients in my home network can access the app.
Now I would like to implement a method to register mobile devices over my local network, so they can access the website outside of my network. I thought of sharing a cookie but that does not seem like a smart implementation.
Any suggestions?