Top 20 NuGet Packages depending on Dynamic Configuration

Total dependencies: 7

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 StringTransformer interface from Backend.HTTP.Common package, which uses cryptographic digests (e.g. SHA512) to transform strings.
Library containing code related to initialization of backend process, which involves dynamic (NuGet) assembly loading.
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 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 module implementing generic logout procedore for backend HTTP servers.