andresmeza.com

Dev Stuff

Language / Idioma
Category Collection

Tag: AuthenticationHandler

Protecting dotnet 6 APIs with a shared key for internal authentication (the elegant way)

Protecting APIs is a critical task in modern software development. Whether it is an internal system or an external one, the data that is being shared must be protected. One way to protect the APIs is by using shared keys, which allow for internal authentication between systems. In this article, we will look at how […]