REST

It time to learn how to create a Web Service to authenticate user with their user name and password and how to issue a unique secure access token which our Mobile Application can use to send HTTP requests and communicate with protected web services of our API. For a free video tutorial on how to…

Read More RESTful Web Service to Authenticate User and Issue Access Token

Hi guys! Just wanted to share with you a new blog post and that I am about to publish a series of blog posts + videos on How to build…

The post RESTful Web Services with Java for your Swift Mobile Application appeared first on Swift Developer Blog.

Read More RESTful Web Services with Java for your Swift Mobile Application

In this blog post I am going to share with you a way to create a RESTful Web Service to: Create a new user profile, Generate and save in database a user secure user password rather than an actual password provided by user, Return back as a response a custom user profile object(JSON) with information that…

Read More RESTful Web Service to Save a New User in Database