Hello,
If we were building an iPhone APP that would connect to a Web Service API, how would the authentication process work.
We have a clientside API that provides all the functions for our clients. The API we have currently uses [client_id] & [api_key] to authenticate access, so how would we authenticate users with in a IOS login form who only provide us their username/passwords? Would we have force them to provide us API keys? Any suggestions?
Thank you
If we were building an iPhone APP that would connect to a Web Service API, how would the authentication process work.
We have a clientside API that provides all the functions for our clients. The API we have currently uses [client_id] & [api_key] to authenticate access, so how would we authenticate users with in a IOS login form who only provide us their username/passwords? Would we have force them to provide us API keys? Any suggestions?
Thank you