Added authentication provider for EVEOnline

This commit is contained in:
mariozski
2015-03-12 01:13:25 +01:00
parent 08ab12873c
commit ad8f048125
10 changed files with 723 additions and 0 deletions

View File

@@ -103,6 +103,15 @@
<Compile Include="Dropbox\Provider\DropboxAuthenticationProvider.cs" />
<Compile Include="Dropbox\Provider\DropboxReturnEndpointContext.cs" />
<Compile Include="Dropbox\Provider\IDropboxAuthenticationProvider.cs" />
<Compile Include="EVEOnline\EVEOnlineAuthenticationExtensions.cs" />
<Compile Include="EVEOnline\EVEOnlineAuthenticationHandler.cs" />
<Compile Include="EVEOnline\EVEOnlineAuthenticationMiddleware.cs" />
<Compile Include="EVEOnline\EVEOnlineAuthenticationOptions.cs" />
<Compile Include="EVEOnline\Constants.cs" />
<Compile Include="EVEOnline\Provider\EVEOnlineAuthenticatedContext.cs" />
<Compile Include="EVEOnline\Provider\EVEOnlineAuthenticationProvider.cs" />
<Compile Include="EVEOnline\Provider\EVEOnlineReturnEndpointContext.cs" />
<Compile Include="EVEOnline\Provider\IEVEOnlineAuthenticationProvider.cs" />
<Compile Include="GitHub\Constants.cs" />
<Compile Include="HealthGraph\Constants.cs" />
<Compile Include="GitHub\GitHubAuthenticationExtensions.cs" />