What is authentication and what is authorization? Why it is important to have a solid implementation of those concepts? I will showcase an example of a basic Auth implementation, using JSON web tokens with PassportJS in an app that uses React for SPA and Node.js as a backend service.