Adding Basic Auth to your MVC application in .NET Core
Tutorial and examples on adding Basic Auth to your .NET Core application with attribute, filter and middleware solution.
2 notes with this tag.
Tutorial and examples on adding Basic Auth to your .NET Core application with attribute, filter and middleware solution.
Security in APIs is important and we might not want the APIs we build to be overly used. I built a small attribute function that allows for throttling of a specific endpoint.