KillSwitchMiddleware is a .NET middleware package designed to restrict access to your web application based on the payment status of a client project.
$ dotnet add package KillSwitchMiddlewareKillSwitchMiddleware is a .NET middleware package designed to restrict access to your web application based on the payment status of a client project. The middleware checks the payment status via an API and enforces access restrictions accordingly.
appsettings.json.To install the KillSwitchMiddleware package, run the following command in the Package Manager Console:
dotnet add package KillSwitchMiddleware