AspNet.Security.OAuth.DigitalOcean
8.0.0
See the version list below for details.
dotnet add package AspNet.Security.OAuth.DigitalOcean --version 8.0.0
NuGet\Install-Package AspNet.Security.OAuth.DigitalOcean -Version 8.0.0
<PackageReference Include="AspNet.Security.OAuth.DigitalOcean" Version="8.0.0" />
paket add AspNet.Security.OAuth.DigitalOcean --version 8.0.0
#r "nuget: AspNet.Security.OAuth.DigitalOcean, 8.0.0"
// Install AspNet.Security.OAuth.DigitalOcean as a Cake Addin #addin nuget:?package=AspNet.Security.OAuth.DigitalOcean&version=8.0.0 // Install AspNet.Security.OAuth.DigitalOcean as a Cake Tool #tool nuget:?package=AspNet.Security.OAuth.DigitalOcean&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
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 |
---|---|---|
8.2.0 | 136 | 9/14/2024 |
8.1.0 | 122 | 6/14/2024 |
8.0.0 | 3,344 | 11/14/2023 |
7.0.4 | 367 | 8/15/2023 |
7.0.3 | 396 | 8/7/2023 |
7.0.2 | 491 | 4/16/2023 |
7.0.1 | 504 | 4/16/2023 |
7.0.0 | 2,926 | 11/7/2022 |
6.0.15 | 438 | 4/16/2023 |
6.0.14 | 634 | 11/2/2022 |
6.0.13 | 656 | 11/1/2022 |
6.0.12 | 710 | 10/10/2022 |
6.0.11 | 691 | 9/4/2022 |
6.0.10 | 666 | 8/31/2022 |
6.0.9 | 678 | 8/24/2022 |
6.0.8 | 657 | 8/19/2022 |
6.0.7 | 715 | 8/16/2022 |
6.0.6 | 1,532 | 4/20/2022 |
6.0.5 | 700 | 3/27/2022 |
6.0.4 | 2,408 | 2/10/2022 |