JN.RabbitMQClient – RabbitMQ consumer and sender
This is a simple implementation of RabbitMQ consumer and sender. It was initially developed with the aim of learning how to use the official RabbitMQ c# library in simple scenarios.…
JN.Authentication – Simple Authentication implementation for ASP.NET Core
This a simple authentication implementation for ASP.NET Core. It was implemented in order to facilitate the use of the simplest and most common authentication methods in ASP.NET core applications. Today…
JN.IpFilter – Simple IP Filter for ASP.NET Core
This is as simple IP Filter for ASP.NET Core. Provides an IP Filter for paths exposed by the application using a list of valid (allowed) IP addresses for each path.…