Microsoft.AspNetCore.Authentication.Twitter 2.1.0-preview1-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.AspNetCore.Authentication.Twitter.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authentication.Twitter --version 2.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Twitter -Version 2.1.0-preview1-final
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="2.1.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="2.1.0-preview1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authentication.Twitter --version 2.1.0-preview1-final
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Twitter, 2.1.0-preview1-final"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.Twitter&version=2.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Twitter as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Twitter&version=2.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Twitter as a Cake Tool

ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (45)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Twitter:

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

cloudscribe.Core.Identity

asp.net identity implementation for cloudscribe web application foundation

OrchardCore.Twitter

Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Provides Twitter related features. - TwitterClient and Workflow Activities to integrate with twitter. - Authenticates users with their Twitter Account.

GitHub repositories (18)

Showing the top 18 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Twitter:

Repository Stars
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
ivaylokenov/MyTested.AspNetCore.Mvc
Fluent testing library for ASP.NET Core MVC.
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
abpframework/abp-samples
Sample solutions built with the ABP Framework
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
microsoft/RockPaperScissorsLizardSpock
Rock, Paper, Scissors, Lizard, Spock - Sample Application
aspnet-contrib/AspNet.Security.OpenIdConnect.Server
OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core
CuriousDrive/BlazingChat
BlazingChat is a Blazor WebAssembly app developed by CuriousDrive for the community. This is a sample application for developers who are just getting started with Blazor.
TanvirArjel/CleanArchitecture
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
Nican/Furland
Building a real-time twitter graph of your friends
AspNetMonsters/AlpineSkiHouse
AlpineSkiHouse
densen2014/Blazor100
Blazor入门100天
Version Downloads Last updated
10.0.0-preview.3.25172.1 300 4/10/2025
10.0.0-preview.2.25164.1 478 3/18/2025
10.0.0-preview.1.25120.3 476 2/25/2025
9.0.4 5,215 4/8/2025
9.0.3 9,841 3/11/2025
9.0.2 13,065 2/11/2025
9.0.1 11,517 1/14/2025
9.0.0 40,314 11/12/2024
9.0.0-rc.2.24474.3 3,955 10/8/2024
9.0.0-rc.1.24452.1 1,237 9/10/2024
9.0.0-preview.7.24406.2 775 8/13/2024
9.0.0-preview.6.24328.4 80,112 7/9/2024
9.0.0-preview.5.24306.11 407 6/11/2024
9.0.0-preview.4.24267.6 402 5/21/2024
9.0.0-preview.3.24172.13 857 4/11/2024
9.0.0-preview.2.24128.4 416 3/12/2024
9.0.0-preview.1.24081.5 1,652 2/13/2024
8.0.15 2,313 4/8/2025
8.0.14 2,754 3/11/2025
8.0.13 5,384 2/11/2025
8.0.12 6,514 1/14/2025
8.0.11 46,517 11/12/2024
8.0.10 35,863 10/8/2024
8.0.8 93,243 8/13/2024
8.0.7 36,456 7/9/2024
8.0.6 37,035 5/28/2024
8.0.5 14,097 5/14/2024
8.0.4 75,779 4/9/2024
8.0.3 18,469 3/12/2024
8.0.2 26,590 2/13/2024
8.0.1 62,125 1/9/2024
8.0.0 202,420 11/14/2023
8.0.0-rc.2.23480.2 5,116 10/10/2023
8.0.0-rc.1.23421.29 1,035 9/12/2023
8.0.0-preview.7.23375.9 685 8/8/2023
8.0.0-preview.6.23329.11 590 7/11/2023
8.0.0-preview.5.23302.2 565 6/13/2023
8.0.0-preview.4.23260.4 234,874 5/16/2023
8.0.0-preview.3.23177.8 549 4/11/2023
8.0.0-preview.2.23153.2 87,699 3/14/2023
8.0.0-preview.1.23112.2 406 2/21/2023
7.0.20 4,601 5/28/2024
7.0.19 1,042 5/14/2024
7.0.18 1,886 4/9/2024
7.0.17 5,448 3/12/2024
7.0.16 1,784 2/13/2024
7.0.15 5,121 1/9/2024
7.0.14 13,551 11/14/2023
7.0.13 14,964 10/24/2023
7.0.12 16,435 10/10/2023
7.0.11 14,625 9/12/2023
7.0.10 57,703 8/8/2023
7.0.9 27,748 7/11/2023
7.0.8 17,836 6/22/2023
7.0.7 6,997 6/13/2023
7.0.5 144,409 4/11/2023
7.0.4 27,889 3/14/2023
7.0.3 34,466 2/14/2023
7.0.2 43,122 1/10/2023
7.0.1 18,431 12/13/2022
7.0.0 159,192 11/7/2022
7.0.0-rc.2.22476.2 1,090 10/11/2022
7.0.0-rc.1.22427.2 65,935 9/14/2022
7.0.0-preview.7.22376.6 655 8/9/2022
7.0.0-preview.6.22330.3 439 7/12/2022
7.0.0-preview.5.22303.8 758 6/14/2022
7.0.0-preview.4.22251.1 693 5/10/2022
7.0.0-preview.3.22178.4 588 4/13/2022
7.0.0-preview.2.22153.2 394 3/14/2022
7.0.0-preview.1.22109.13 387 2/17/2022
6.0.36 1,638 11/12/2024
6.0.35 8,281 10/8/2024
6.0.33 3,267 8/13/2024
6.0.32 2,875 7/9/2024
6.0.31 3,723 5/28/2024
6.0.30 1,528 5/14/2024
6.0.29 11,693 4/9/2024
6.0.28 4,467 3/12/2024
6.0.27 4,259 2/13/2024
6.0.26 7,079 1/9/2024
6.0.25 13,182 11/14/2023
6.0.24 10,025 10/24/2023
6.0.23 4,743 10/10/2023
6.0.22 7,811 9/12/2023
6.0.21 30,054 8/8/2023
6.0.20 8,546 7/11/2023
6.0.19 4,052 6/22/2023
6.0.18 5,502 6/13/2023
6.0.16 39,264 4/11/2023
6.0.15 12,372 3/14/2023
6.0.14 14,575 2/14/2023
6.0.13 27,365 1/10/2023
6.0.12 28,934 12/13/2022
6.0.11 13,059 11/7/2022
6.0.10 138,975 10/11/2022
6.0.9 45,975 9/13/2022
6.0.8 83,805 8/9/2022
6.0.7 156,033 7/12/2022
6.0.6 89,681 6/14/2022
6.0.5 600,092 5/10/2022
6.0.4 107,597 4/11/2022
6.0.3 70,676 3/8/2022
6.0.2 64,341 2/8/2022
6.0.1 504,064 12/14/2021
6.0.0 160,386 11/8/2021
6.0.0-rc.2.21480.10 1,122 10/12/2021
6.0.0-rc.1.21452.15 1,107 9/14/2021
6.0.0-preview.7.21378.6 865 8/10/2021
6.0.0-preview.6.21355.2 519 7/14/2021
6.0.0-preview.5.21301.17 518 6/15/2021
6.0.0-preview.4.21253.5 551 5/24/2021
6.0.0-preview.3.21201.13 575 4/8/2021
6.0.0-preview.2.21154.6 612 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 1,585 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 68,037 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 7,964 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 6,890 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 7,146 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 33,350 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 18,079 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 45,455 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 43,969 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 33,297 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 76,407 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 68,853 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 56,613 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 49,169 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 75,377 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 38,994 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 28,563 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 43,975 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 157,153 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,613 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 1,409 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 717 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 969 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 678 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 592 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 675 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 628 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 677 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 684 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 4,393 12/13/2022
3.1.31 2,415 11/8/2022
3.1.30 2,593 10/11/2022
3.1.29 2,418 9/13/2022
3.1.28 4,535 8/9/2022
3.1.27 3,236 7/12/2022
3.1.26 2,571 6/14/2022
3.1.25 7,094 5/10/2022
3.1.24 3,071 4/11/2022
3.1.23 10,428 3/8/2022
3.1.22 10,253 12/14/2021
3.1.21 13,817 11/7/2021
3.1.20 13,704 10/11/2021
3.1.19 11,305 9/14/2021
3.1.18 13,974 8/10/2021
3.1.17 28,006 7/13/2021
3.1.16 10,436 6/8/2021
3.1.15 12,274 5/11/2021
3.1.14 14,778 4/6/2021
3.1.13 18,887 3/9/2021
3.1.12 9,723 2/9/2021
3.1.11 93,553 1/12/2021
3.1.10 58,860 11/9/2020
3.1.9 64,195 10/13/2020
3.1.8 87,741 9/8/2020
3.1.7 35,867 8/11/2020
3.1.6 25,777 7/14/2020
3.1.5 196,926 6/9/2020
3.1.4 38,528 5/12/2020
3.1.3 119,897 3/24/2020
3.1.2 74,812 2/18/2020
3.1.1 57,281 1/14/2020
3.1.0 82,839 12/3/2019
3.1.0-preview3.19555.2 665 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 655 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 750 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 4,406 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 3,046 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 208,002 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,982 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,457 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 2,096 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,190 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 2,664 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 3,658 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 3,698 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,813 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,737 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,966 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 179 1/14/2025
2.2.0 13,512,685 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 64,853 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,744 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 4,274 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,358,268 8/21/2018
2.1.1 10,752,204 6/18/2018
2.1.0 3,417,515 5/29/2018
2.1.0-rc1-final 20,515 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,901 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 28,287 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,724,207 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,422,690 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,241,810 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,362,034 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,866 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 23,261 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 7,778 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 55,915 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 74,215 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 88,431 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,886 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 5,540 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 4,296 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 6,407 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 11,772 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 7,101 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 135,409 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,023 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.