In the previous lecture we learned about JWT and there we learned when we login a user, we send a signed token back to the client. So, our requirement is, once a user is signed up, we immediately wants to login that user.
For that, after creating the user, we will send the user a signed token which means that the user is logged in. Let's learn how we can do that.
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.