PreviousNext

JWT Authentication for Microservices in ASP.NET Core

by mirceateodor.oprea@gmail.com, 2020-03-04T08:59:15.906Z

One of the things you need to think of when developing a microservices architecture is authenticating the user across the whole system, when they are trying to perform an action. This article goes over how to implement an authentication service in ASP.NET Core.

Read More