Discord authentication. (#161)

* Discord authentication.

* Remove compiler directive, fix indents.
This commit is contained in:
Andrew Rogers
2016-05-18 07:20:58 -04:00
committed by Tommy Parnell
parent bfe06e94a0
commit cb62315235
17 changed files with 1022 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ using Microsoft.Owin.Security.Cookies;
using Owin;
//using Owin.Security.Providers.Orcid;
//using Owin.Security.Providers.Discord;
namespace OwinOAuthProvidersDemo
{
@@ -276,6 +277,8 @@ namespace OwinOAuthProvidersDemo
//app.UseDoYouBuzzAuthentication("", "");
//app.("", "");
//app.UseOrcidAuthentication("","");
//app.UseDiscordAuthentication("", "");
}
}
}

View File

@@ -248,6 +248,12 @@
<ItemGroup>
<Content Include="Scripts\jquery-2.1.1.min.map" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Owin.Security.Providers.Discord\Owin.Security.Providers.Discord.csproj">
<Project>{4be728eb-778a-41af-8dea-0c7159711d44}</Project>
<Name>Owin.Security.Providers.Discord</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>