ASP.NET Core Identity and Claims
a Journey Into Slight Madness
Recently at work I was tasked to build an API gateway. Now an API gateway is a rather simple thing, create a copy of the interface objects, move them to a new name space, grab automapper so you don’t have to write tedious manual mapping code then throw it out on a server.