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.…