Authenticate a mobile handset using PHP -



Authenticate a mobile handset using PHP -

i looking way authenticate mobile device web-app, ideally using php.

i authenticate pc users ip address username/password provide level of security. want launch our application on mobile devices sec layer of security beyond username/password.

obviously ip lookup not applicable mobile devices may alter ip frequently.

i don't believe possible lookup device id number remotely check id.

there few mobile users , have physical access devices.

any ideas on best way this?

install client ssl cert on each, , utilize authentication.

php mobile

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -