Question: How would I go about implementing a type of barcode or qr code that would contain a users id that a phone like the IPhone could scan and retrieve the user account id?
My Thoughts: I could just implement some sort of open source generator or create a type of generator that could be implemented on a web page and create a application that would just open the camera and scan the image.
I been checking out different types of generators like here - which generates a link inside a qr code. But one thing I don't see is how they generate that onto the screen.