Bitwarden.Server.Sdk 0.1.10

Prefix Reserved
<Sdk Name="Bitwarden.Server.Sdk" Version="0.1.10" />                
For projects that support Sdk, copy this XML node into the project file to reference the package.

Bitwarden.Server.Sdk

The Bitwarden Server SDK is built for quickly getting started building a Bitwarden-flavored service. The entrypoint for using it is adding UseBitwardenSdk() on your web application and configuring MSBuild properties to configure the features you want.

Feature Flags

Feature flag support can be added by adding <BitIncludeFeatures>true</BitIncludeFeatures> to your csproj file. The following APIs become available:

  • IFeatureService for getting values of features.
  • RequireFeatureAttribute for requiring a feature is enabled on controllers and controller actions.
  • IEndpointConventionBuilder.RequireFeature() for requiring a feature is enabled on minimal APIs.
  • IApplicationBuilder.UseFeatureFlagChecks() for adding the middleware to do the above checks.
  • IServiceCollection.AddKnownFeatureFlags() for adding flags that will show up in IFeatureService.GetAll()
  • IServiceCollection.AddFeatureFlagValues() for adding values for feature flags.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.10 114 12/6/2024
0.1.10-beta.1 48 12/6/2024