AspNet.Security.OAuth.Twitch
8.0.0
See the version list below for details.
dotnet add package AspNet.Security.OAuth.Twitch --version 8.0.0
NuGet\Install-Package AspNet.Security.OAuth.Twitch -Version 8.0.0
<PackageReference Include="AspNet.Security.OAuth.Twitch" Version="8.0.0" />
paket add AspNet.Security.OAuth.Twitch --version 8.0.0
#r "nuget: AspNet.Security.OAuth.Twitch, 8.0.0"
// Install AspNet.Security.OAuth.Twitch as a Cake Addin #addin nuget:?package=AspNet.Security.OAuth.Twitch&version=8.0.0 // Install AspNet.Security.OAuth.Twitch as a Cake Tool #tool nuget:?package=AspNet.Security.OAuth.Twitch&version=8.0.0
AspNet.Security.OAuth.Providers
AspNet.Security.OAuth.Providers is a collection of security middleware that you can use in your ASP.NET Core application to support social authentication providers like GitHub, Foursquare or Dropbox. It is directly inspired by Jerrie Pelser's initiative, Owin.Security.Providers.
The latest official release can be found on NuGet and the nightly builds on MyGet.
Getting started
Adding social authentication to your application is a breeze and just requires a few lines in your Startup
class:
public void ConfigureServices(IServiceCollection services)
{
services.AddAuthentication(options => { /* Authentication options */ })
.AddGitHub(options =>
{
options.ClientId = "49e302895d8b09ea5656";
options.ClientSecret = "98f1bf028608901e9df91d64ee61536fe562064b";
});
}
public void Configure(IApplicationBuilder app)
{
app.UseAuthentication();
app.UseAuthorization();
}
See the /samples directory for a complete sample using ASP.NET Core MVC and supporting multiple social providers.
Contributing
AspNet.Security.OAuth.Providers is actively maintained by:
We would love it if you could help contributing to this repository.
Special thanks to our contributors:
- Aaron Sadler
- Abhinav Nigam
- Adam Reisinger
- Albert Zakiev
- Albireo
- Anders Blankholm
- Andrew Lock
- Andrew Mattie
- Andrii Chebukin
- Anthony Yates
- Chino Chang
- Chris Sung
- CoCo Lin
- Dave Timmins
- Dmitry Popov
- Drew Killion
- Elan Hasson
- Eric Green
- Ethan Celletti
- Floris Westerman
- Galo
- Gehongyan
- Igor Simovic
- James Holcomb
- Jason Loeffler
- Jerrie Pelser
- Jesse Mandel
- Jordan Knight
- Kévin Chalet
- Konstantin Mamaev
- LeaFrock
- Levi Muriuki
- Luke Fulliton
- Mariusz Zieliński
- Martin Costello
- Matthew Moore
- Maxime Roussin-Bélanger
- Michael Knowles
- Michael Tanczos
- Patrick Westerhoff
- Robert Shade
- saber-wang
- Sinan
- Stefan
- Steffen Wenz
- Tathagata Chakraborty
- TheUltimateC0der
- Tolbxela
- Tommy Parnell
- twsl
- wplong11
- Yannic Smeets
- zAfLu
- zhengchun
- Vicente Yu
- Volodymyr Baydalka
- Logan Dam
Security policy
Please see SECURITY.md for information about reporting security issues and bugs.
Support
Need help or wanna share your thoughts? Don't hesitate to join us on Gitter or ask your question on StackOverflow:
- Gitter: https://gitter.im/aspnet-contrib/AspNet.Security.OAuth.Providers
- StackOverflow: https://stackoverflow.com/questions/tagged/aspnet-contrib
License
This project is licensed under the Apache License. This means that you can use, modify and distribute it freely. See https://www.apache.org/licenses/LICENSE-2.0.html for more details.
Providers
Links to the latest stable and nightly NuGet packages for each provider, as well as a link to their integration documentation are listed in the table below.
Documentation for the providers' settings can be found here.
If a provider you're looking for does not exist, consider making a PR to add one.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AspNet.Security.OAuth.Twitch:
Package | Downloads |
---|---|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
OAuthServer.NET
OAuthServer.NET is a simple yet scalable OAuth 2.0 provider for the 4 standard types of OAuth 2.0 as well as custom grants. OAuthServer.NET supports implicit, authorization code, resource owner password, and client credentials as well as 3rd party logins. OAuthServer.NET is integrated with the Asp.NET Identity system and includes the ability for full managemant of accounts. OAuthServer.NET includes a UI (created in Angular) for easily setting up and configuring clients. OAuthServer.NET is easily deployed through Docker, NuGet, or can be modified directly from the source https://github.com/liveordevtrying/oauthserver.net. OAuthServer.NET is dependent on SQL server, Entity Framework, and the Asp.NET Identity System. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AspNet.Security.OAuth.Twitch:
Repository | Stars |
---|---|
csharpfritz/csharp_with_csharpfritz
Show notes, slides, and samples from the CSharp with CSharpFritz show
|
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 220 | 11/12/2024 |
8.3.0 | 116 | 11/7/2024 |
8.2.0 | 1,545 | 9/14/2024 |
8.1.0 | 3,189 | 6/14/2024 |
8.0.0 | 7,032 | 11/14/2023 |
7.0.4 | 6,729 | 8/15/2023 |
7.0.3 | 4,768 | 8/7/2023 |
7.0.2 | 16,763 | 4/16/2023 |
7.0.1 | 1,096 | 4/16/2023 |
7.0.0 | 28,954 | 11/7/2022 |
6.0.15 | 1,532 | 4/16/2023 |
6.0.14 | 3,080 | 11/2/2022 |
6.0.13 | 1,259 | 11/1/2022 |
6.0.12 | 1,435 | 10/10/2022 |
6.0.11 | 35,546 | 9/4/2022 |
6.0.10 | 1,475 | 8/31/2022 |
6.0.9 | 1,549 | 8/24/2022 |
6.0.8 | 24,844 | 8/19/2022 |
6.0.7 | 1,335 | 8/16/2022 |
6.0.6 | 570,135 | 4/20/2022 |
6.0.5 | 1,987 | 3/27/2022 |
6.0.4 | 10,294 | 2/10/2022 |
6.0.3 | 1,992 | 1/22/2022 |
6.0.2 | 1,357 | 1/6/2022 |
6.0.1 | 1,602 | 12/11/2021 |
6.0.0 | 3,233 | 11/8/2021 |
5.0.18 | 7,146 | 10/29/2021 |
5.0.17 | 1,409 | 10/26/2021 |
5.0.16 | 2,234 | 10/9/2021 |
5.0.15 | 1,394 | 10/4/2021 |
5.0.14 | 1,435 | 9/25/2021 |
5.0.13 | 1,249 | 9/24/2021 |
5.0.12 | 1,422 | 9/11/2021 |
5.0.11 | 1,713 | 8/24/2021 |
5.0.10 | 1,470 | 8/13/2021 |
5.0.9 | 1,667 | 7/28/2021 |
5.0.8 | 1,650 | 7/4/2021 |
5.0.7 | 1,630 | 6/20/2021 |
5.0.6 | 1,441 | 6/4/2021 |
5.0.5 | 1,327 | 6/3/2021 |
5.0.4 | 2,132 | 4/7/2021 |
5.0.3 | 1,683 | 3/26/2021 |
5.0.2 | 1,618 | 3/13/2021 |
5.0.1 | 1,851 | 2/1/2021 |
5.0.0 | 4,254 | 11/10/2020 |
3.1.8 | 1,321 | 8/31/2022 |
3.1.7 | 2,724 | 2/1/2021 |
3.1.6 | 8,056 | 10/26/2020 |
3.1.5 | 1,694 | 10/20/2020 |
3.1.4 | 2,072 | 10/6/2020 |
3.1.3 | 3,218 | 7/16/2020 |
3.1.2 | 1,746 | 7/8/2020 |
3.1.1 | 3,849 | 5/8/2020 |
3.1.0 | 1,592 | 4/20/2020 |
3.0.0 | 2,691 | 10/14/2019 |
2.2.2 | 1,729 | 5/8/2020 |
2.2.1 | 1,567 | 4/20/2020 |
2.2.0 | 1,659 | 10/14/2019 |
2.1.0 | 3,448 | 6/6/2019 |
2.0.1 | 13,559 | 1/21/2019 |
2.0.0 | 2,643 | 6/18/2018 |
2.0.0-rc2-final | 1,881 | 12/18/2017 |
1.0.1 | 1,731 | 1/21/2019 |
1.0.0 | 2,090 | 6/18/2018 |
1.0.0-rc2-final | 1,816 | 12/18/2017 |
1.0.0-rc1-final | 2,012 | 5/8/2017 |
1.0.0-beta3-final | 1,807 | 3/13/2017 |
1.0.0-beta2-final | 1,898 | 11/30/2016 |
1.0.0-beta1-final | 1,742 | 7/1/2016 |
1.0.0-alpha4-final | 1,872 | 5/18/2016 |
1.0.0-alpha3 | 1,980 | 11/20/2015 |