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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -