I\'ve got a Web API project fronted by Angular, and I want to secure it using a JWT token. I\'ve already got user/pass validation happening, so I think i just need to implement
I did JwtAuthForWebAPI simple implementation and it works:)
JWT token not accepted by Web APi2 authentication with JwtAuthForWebAPI