#asp.netcore #webapiauthentication #jwt
This video about Role Based Authentication in ASP .NET Core Web API .
Link for JWT Authentication
========================
• ASP.NET Core Authentication with JWT ...
Steps for implementation
=======================
1 , Implement JWT Authentication
follow the steps in this video : • ASP.NET Core Authentication with JWT ...
2, Create two users with different role
3, Include Role in Controller
4, Include Role under Claim
5, Access the service with different credentials
GitHub Source Code Link
-----------------------------------------
https://github.com/nihira2020/DotNETC...