September 2017
Intermediate to advanced
244 pages
6h 44m
English
The other thing we are missing till now is user authentication. We are passing user_id in the input, and that is wrong. We did that because we didn't have user authentication. So, we need to have an authentication mechanism. However, in addition to authentication, we need to have a token-generation mechanism as well. In fact, we will also need to refresh token as well. Although we can do this by ourselves, we will install another external package.
Starting user authentication at the end of the chapter doesn't make much sense, so we will be dealing with user authentication in next chapter because there are different things associated with it.
Read now
Unlock full access