Authentication and Authorization Asp .Net Core Web API | Generate JWT token Asp.Net Core Web API

preview_player
Показать описание
2. Claims, Claims Identity, Claims Principal.
3. Login in Asp.Net core Web API. Registration in Asp.Net Core Web API.
4. Generate bearer token in Asp.Net web API.
5. Role-based authentication dot net core Web API.
6. Asp dot Net core Web API Tutorial for the beginner.
7. Hit Login dot net core web API using postman.
8. Entity Framework Generate an identity table Asp .Net Core Web API.
9. Authorize a Web API in the core dot net.
11. Entity Framework in Asp.Net Core Web API.
12. Role-based Authorization in ASP.Net Core.
13. Authentication in Asp .Net Core Web API.
14. Authorization Asp .Net Core Web API
15. jwt token authentication web API .net core
16. jwt token authentication web api c#
17. jwt token authentication web api

Login Asp .Net Core Web API

User Registration Asp .Net Core Web API

Create ASP.NET Core Identity SQL Database Asp Dot Net Core Web API
===============================================
Support for my channel
#JWTToken #dotNetCoreWebAPI
Рекомендации по теме
Комментарии
Автор

Cracking the Identity system along with a working Auth in an hour is a great work. A very helpful tutorial. Saves many hours of reading through the Microsoft docs.

abhijoydas
Автор

The best Api authentication and authorization seen ever. Great Work.Thanks

davidmukoro
Автор

great video.. thanks for sharing.
Just a small suggestion, it would be really awesome if you could have explained in just a sentence definition and why you performing that action(just for some important features).

sumangeorge
Автор

Thanks a lot for these useful video tutorial series. Maybe this helps somebody: in the "AuthenticationController", the roleManager should be defined as: RoleManager<IdentityRole>. In the video, instead of <TRole>, <TUser> has been used and this gives an error.

masoomehghasemi
Автор

great video . i hope u will be made more videos quality about asp net core !! a viewer from vietnam.

duongchithang
Автор

Thank you very much for the grate tutorial

samithraniroshana
Автор

Great tutorial... This guy is teaching with realtime scenario. Watch it

avtarsashia
Автор

startup.cs -- 16:32 --- 62. line -- What is this code, I dont see it

mertgundogdu
Автор

35:00 i was able to creaet tables in database but I can not register a user from postman, Status = "Error", Message = "User Already Exist"
please help, what is the issue?

kdu
Автор

So what exactly happened at 51:30 between AuthenticationController vs AuthenticateController ?

joeycopperson
Автор

This was very helpful. Thank you so much. All the best

shubhampahurkar
Автор

Incredible video, thanks so much for this, keep pushing stuff like this !!!

antalsergiu
Автор

Great Video. I can get the Register, Login and RegsiterAdmin via postman. But I cannot get the data from the weatherforecast controller. I always get 401 in post man. Is there something that I need to do in this controller or change settings in PostMan. Also now that the API is built how can I consume it in my .net web core web application. Please give an example.

ahmedmulla
Автор

Do you have anything on how to do the same thing using database first approach?

khethelomachi
Автор

best video ever, took time to copy and paste the code but still best video, thanks a lot.

hamdanaldabbas
Автор

Nice video ... but it lacks details about the steps you are doing like what operations and functionality do each function have

ayushojha
Автор

have you used Identity in this program?

mahdisalahinia
Автор

Thank you, its amazing only got challenge in authorizing the request because of UseAuthentication was not mentioned. Can you please share how to add more fields for user, create a separate table lets say a Employee info with their DML functions and how we can add trace log for all requests.

shabbi
Автор

You miss app.UseAuthentication(); in Startup.cs

Автор

Great work.... How can I implement refresh token in this example?

abhijitdas