March 2018
Intermediate to advanced
192 pages
4h 4m
English
In the previous chapter, we set up a new, live backend using an Azure Mobile App Service. The service contains a single table named Entry, which houses all log entries for our TripLog app. Currently, the Entry table is available anonymously. In this section, we will change the permissions on the Entry table to require each request to contain an access token associated with an authenticated user.