Asp Net Core Tutorial | JWT Token Authentication | C# | MVC- ep23

preview_player
Показать описание
This is an Asp Net Core Tutorial. This part of the tutorial is focusing on JWT Token Authentication. In this episode I will teach you how to use your JWT Token we created to lock down your API. Then we'll modify the web site code to use that token to authenticate with the API and consume the protected endpoint.

This tutorial will take you step by step. Asp Net Core is the basis for this series. I'll take you from nothing to an MVC application. We'll develop a WebApi in C# and use html, css, bootstrap and more to create a real-world application.

Optional Links:
(you can also use scripts to create and populate the database in the api folder /Data)

Рекомендации по теме
Комментарии
Автор

I really enjoyed your explanations! I have created some APIs using JWT before, but now I can understand better every step of the solution. 😃

sebastianflores
Автор

Best explanation I ever had thanks for teaching us ...

shenmajid
Автор

I don't know if you check messages I still get error 401 in postman even with the token and application/json and my port is correct. Help?

theunlikelyoverlander