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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -