Top 20 NuGet Packages depending on Backend HTTP Skeleton Implementations

Total dependencies: 5

This package contains Backend HTTP module to statically serve files from filesystem.
Generic login module for backend HTTP servers, configurable to use multiple login providers to authenticate user.
Contains class implementing Authenticator interface from Backend.HTTP.Common package, which operates based on HTTP headers. The authentication token is read from and written to configurable HTTP header.
Contains class implementing Authenticator interface from Backend.HTTP.Common package, which operates as guest authenticator, allowing anyone to be seen as authenticated. This is useful in development environments.
Contains module implementing generic logout procedore for backend HTTP servers.