关于[ASP.NET Core With Dapper And VS 2017 Using JWT Authentication WEB API and Consume it in Angular2 Client Application]的摘要:
I was trying to implement JWT Auth in web API. I want to consume the Web API in my Angular 2 client side application. But while searching on the internet, I didn't find any correct solution for my problem with Project architecture setup. Finally, I am able to get the actual steps how to approach this problem, which may help you to save your time to check a lot of stuff from this solution. So here is the detailed explanation below. Link for source code: https://github.com/rajeshdas85/JwtAuthentication Web API in ASP.NET Core with JWT authentication Project solution Angular2/4 for Client side application
原文地址: https://www.codeproject.com/Articles/1221556/ASP-NET-Core-With-Dapper-And-VS-2017-Using-JWT