Skip to content

Commit 5f31108

Browse files
Remove Automatic provider
Remove the Automatic provider as the service no longer exists. Resolves #686.
1 parent cbbc7a1 commit 5f31108

File tree

9 files changed

+0
-381
lines changed

9 files changed

+0
-381
lines changed

AspNet.Security.OAuth.Providers.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNet.Security.OAuth.Gitte
6363
EndProject
6464
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNet.Security.OAuth.Vkontakte", "src\AspNet.Security.OAuth.Vkontakte\AspNet.Security.OAuth.Vkontakte.csproj", "{B332222F-43B4-4B3E-8EB3-9BCE29901043}"
6565
EndProject
66-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNet.Security.OAuth.Automatic", "src\AspNet.Security.OAuth.Automatic\AspNet.Security.OAuth.Automatic.csproj", "{DD97337C-37C6-4F0E-A392-2DAD59246616}"
67-
EndProject
6866
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNet.Security.OAuth.EVEOnline", "src\AspNet.Security.OAuth.EVEOnline\AspNet.Security.OAuth.EVEOnline.csproj", "{B953D0C1-4C31-489D-A6C6-56A7C60AA3C6}"
6967
EndProject
7068
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNet.Security.OAuth.CiscoSpark", "src\AspNet.Security.OAuth.CiscoSpark\AspNet.Security.OAuth.CiscoSpark.csproj", "{571B6C99-2EE7-4300-9E0D-20A3A9C36647}"
@@ -398,10 +396,6 @@ Global
398396
{B332222F-43B4-4B3E-8EB3-9BCE29901043}.Debug|Any CPU.Build.0 = Debug|Any CPU
399397
{B332222F-43B4-4B3E-8EB3-9BCE29901043}.Release|Any CPU.ActiveCfg = Release|Any CPU
400398
{B332222F-43B4-4B3E-8EB3-9BCE29901043}.Release|Any CPU.Build.0 = Release|Any CPU
401-
{DD97337C-37C6-4F0E-A392-2DAD59246616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
402-
{DD97337C-37C6-4F0E-A392-2DAD59246616}.Debug|Any CPU.Build.0 = Debug|Any CPU
403-
{DD97337C-37C6-4F0E-A392-2DAD59246616}.Release|Any CPU.ActiveCfg = Release|Any CPU
404-
{DD97337C-37C6-4F0E-A392-2DAD59246616}.Release|Any CPU.Build.0 = Release|Any CPU
405399
{B953D0C1-4C31-489D-A6C6-56A7C60AA3C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
406400
{B953D0C1-4C31-489D-A6C6-56A7C60AA3C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
407401
{B953D0C1-4C31-489D-A6C6-56A7C60AA3C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -671,7 +665,6 @@ Global
671665
{5881BB63-89BD-4397-A61C-69B1844F7615} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}
672666
{EDD1BA76-D656-4513-BC65-FEC688CBB9F8} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}
673667
{B332222F-43B4-4B3E-8EB3-9BCE29901043} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}
674-
{DD97337C-37C6-4F0E-A392-2DAD59246616} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}
675668
{B953D0C1-4C31-489D-A6C6-56A7C60AA3C6} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}
676669
{571B6C99-2EE7-4300-9E0D-20A3A9C36647} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}
677670
{6CD2697C-CF93-4A00-8ABF-D3EFF0B9DFF9} = {C1352FD3-AE8B-43EE-B45B-F6E0B3FBAC6D}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ If a provider you're looking for does not exist, consider making a PR to add one
125125
| ArcGIS | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.ArcGIS?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.ArcGIS/ "Download AspNet.Security.OAuth.ArcGIS from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.ArcGIS?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.ArcGIS "Download AspNet.Security.OAuth.ArcGIS from MyGet.org") | [Documentation](https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/what-is-oauth-2/ "ArcGIS developer documentation") |
126126
| Asana | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.Asana?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.Asana/ "Download AspNet.Security.OAuth.Asana from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.Asana?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.Asana "Download AspNet.Security.OAuth.Asana from MyGet.org") | [Documentation](https://asana.com/developers/documentation/getting-started/auth "Asana developer documentation") |
127127
| Autodesk | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.Autodesk?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.Autodesk/ "Download AspNet.Security.OAuth.Autodesk from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.Autodesk?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.Autodesk "Download AspNet.Security.OAuth.Autodesk from MyGet.org") | [Documentation](https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/overview/ "Autodesk developer documentation") |
128-
| Automatic | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.Automatic?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.Automatic/ "Download AspNet.Security.OAuth.Automatic from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.Automatic?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.Automatic "Download AspNet.Security.OAuth.Automatic from MyGet.org") | [Documentation](https://developer.automatic.com/documentation/ "Automatic developer documentation") |
129128
| Baidu | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.Baidu?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.Baidu/ "Download AspNet.Security.OAuth.Baidu from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.Baidu?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.Baidu "Download AspNet.Security.OAuth.Baidu from MyGet.org") | [Documentation](https://developer.baidu.com/ "Baidu developer documentation") |
130129
| Basecamp | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.Basecamp?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.Basecamp/ "Download AspNet.Security.OAuth.Basecamp from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.Basecamp?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.Basecamp "Download AspNet.Security.OAuth.Basecamp from MyGet.org") | [Documentation](https://github.com/basecamp/api/blob/master/sections/authentication.md "Basecamp developer documentation") |
131130
| BattleNet | [![NuGet](https://buildstats.info/nuget/AspNet.Security.OAuth.BattleNet?includePreReleases=false)](https://www.nuget.org/packages/AspNet.Security.OAuth.BattleNet/ "Download AspNet.Security.OAuth.BattleNet from NuGet.org") | [![MyGet](https://buildstats.info/myget/aspnet-contrib/AspNet.Security.OAuth.BattleNet?includePreReleases=true)](https://www.myget.org/feed/aspnet-contrib/package/nuget/AspNet.Security.OAuth.BattleNet "Download AspNet.Security.OAuth.BattleNet from MyGet.org") | [Documentation](https://develop.battle.net/documentation/guides/using-oauth "BattleNet developer documentation") |

src/AspNet.Security.OAuth.Automatic/AspNet.Security.OAuth.Automatic.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/AspNet.Security.OAuth.Automatic/AutomaticAuthenticationDefaults.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/AspNet.Security.OAuth.Automatic/AutomaticAuthenticationExtensions.cs

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/AspNet.Security.OAuth.Automatic/AutomaticAuthenticationHandler.cs

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/AspNet.Security.OAuth.Automatic/AutomaticAuthenticationOptions.cs

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)