August 2017
Beginner
374 pages
10h 41m
English
In the preceding chapter, we discussed how to interface with an API to do the following through a backend server:
We got one step closer to a fully functional blog application. However, there is still an essential feature missing: login and authentication of users.
After creating a user account, there should be a way to login. Only after being logged in should the user be able to access the New post form. In this chapter, we will remove the username field from the form and instead use authentication to automatically use the currently loggedin user.
In this chapter, we will cover the following topics:
Read now
Unlock full access