Microsoft.AspNetCore.Authentication.Twitter by Microsoft

<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.0-preview.5.23302.2" />

 Microsoft.AspNetCore.Authentication.Twitter 8.0.0-preview.5.23302.2

ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fe4f0d09305ca73aa19976b4521e5c4e223b080e

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.Authentication.Twitter</id>
    <version>8.0.0-preview.5.23302.2</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://asp.net/</projectUrl>
    <description>ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fe4f0d09305ca73aa19976b4521e5c4e223b080e</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>aspnetcore authentication security</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/aspnetcore" commit="fe4f0d09305ca73aa19976b4521e5c4e223b080e" />
    <dependencies>
      <group targetFramework="net8.0" />
    </dependencies>
    <frameworkReferences>
      <group targetFramework="net8.0">
        <frameworkReference name="Microsoft.AspNetCore.App" />
      </group>
    </frameworkReferences>
  </metadata>
</package>