Tutorials
Fixing an UseAuthorization() error in ASP.NET Core
So recently I had this error while I was adding authorization to a web API I have been building. If you’re here I assume you’ve had something very similar. I was lazy and didn’t read the error properly when this first occurred. It turns out, as the error suggests, I Read more…