What is the road map to learn jwt token and authorization authentication in asp.net core web api? Suggest some good resources Thanks!
Loading
What is the road map to learn jwt token and authorization authentication in asp.net core web api? Suggest some good resources Thanks!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted May 17, 2024, 3:23 AM
Hello Muhammad,
for understanding what is the jwt then refer below link.
https://jwt.io/introduction/
Please check the below links for implementation in .net core application.
https://www.c-sharpcorner.com/article/jwt-authentication-and-authorization-in-net-6-0-with-identity-framework/
https://devblogs.microsoft.com/dotnet/jwt-validation-and-authorization-in-asp-net-core/
https://medium.com/@susithapb/implementing-jwt-authentication-and-authorization-in-net-core-web-api-bf438d7ab9a7
https://markjames.dev/blog/jwt-authorization-asp-net-core
https://codewithmukesh.com/blog/aspnet-core-api-with-jwt-authentication/
https://www.telerik.com/blogs/asp-net-core-basics-authentication-authorization-jwt
Thanks
Jobin SPosted May 16, 2024, 4:48 PM
Hi Muhammad ,
1.https://www.c-sharpcorner.com/article/authentication-and-authorization-in-asp-net-core-web-api-with-json-web-tokens/
2.https://www.c-sharpcorner.com/article/securing-asp-net-core-web-api-with-jwt-authentication-and-role-based-authorizati/
3.https://dotnettutorials.net/lesson/authentication-and-authorization-in-web-api/