PreviousNext

Creating a simple API Gateway in ASP.NET Core – Mircea Oprea

by bill-s, 2018-06-08T03:30:48.143Z

In a previous article of mine, JWT Authentication for Microservices in .NET, I have looked into creating an authentication microservice. This would be used to validate the identity of the user’s identity before performing any action in other components of the system.

Read More