Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thanks for your answer. I am using service for mobile app and is there any examples for secure this api call ? Commented Aug 19, 2015 at 11:47
  • You cannot secure this API call if you're going to call it from the client. You cannot trust any client. You can't prevent someone from installing your app on an emulator and inspecting the network traffic. Commented Aug 19, 2015 at 12:04
  • I have found about token generation(JWT) but how it implement it in actual service I can't get it properly if you have any idea or examples then please suggest for WCF service Commented Aug 19, 2015 at 12:24