In this lecture, we are going to implement the authorization functionality in our express app. Basically, once the user logged in hew also need to have authorization to access certain routes. For example, not all users can delete a movie in the database. Only certain users with right permission has access to do so. Let's learn how can we implement that functionality.
ASP.NET Core GitHub Repo: https://github.com/manojjha86/ASP.NET-Core-mvc
NODE JS Course GitHub Repo: https://github.com/manojjha86/NODE-JS
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.