oauth - Building an API, keeping client access token safe -


i'm building api consumed ios application. consuming applications issued access token.

the access token used make ssl requests our api, , these requests originate ios device.

using charles however, running client's application on phone can de-encrypt outgoing requests , see access token is.

what i'm having hard time wrapping head around is, how possible keep access token safe, using ssl? couldn't obtain access code, incorporate in own application, , begin sending requests access token if original client?

what missing here?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -