Publish version 1.26
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>Owin.Security.Providers</id>
|
||||
<version>1.25</version>
|
||||
<version>1.26</version>
|
||||
<authors>Jerrie Pelser and contributors</authors>
|
||||
<owners>Jerrie Pelser</owners>
|
||||
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
|
||||
@@ -14,14 +14,15 @@
|
||||
<summary>
|
||||
Additional OAuth providers for Katana (OWIN).
|
||||
|
||||
Includes providers for ArcGISOnline, Asana, Backlog, Battle.net, Buffer, DeviantArt, Dropbox, EVEOnline, Fitbit, Flickr, Foursquare, GitHub, Gitter, Google+, HealthGraph, Imgur, Instagram, LinkedIn, Onshape, PayPal, Reddit, Salesforce, Slack, SoundCloud, Spotify, StackExchange, TripIt, Twitch.tv, Untappd, Vimeo, Visual Studio Online, Wordpress, Yahoo and Yammer.
|
||||
Includes providers for ArcGISOnline, Asana, Backlog, Battle.net, Bitbucket, Buffer, DeviantArt, Dropbox, EVEOnline, Fitbit, Flickr, Foursquare, GitHub, Gitter, Google+, HealthGraph, Imgur, Instagram, LinkedIn, Onshape, PayPal, Reddit, Salesforce, Slack, SoundCloud, Spotify, StackExchange, TripIt, Twitch.tv, Untappd, Vimeo, Visual Studio Online, VKontakte, Wordpress, Yahoo and Yammer.
|
||||
|
||||
Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming.
|
||||
</summary>
|
||||
<releaseNotes>
|
||||
Version 1.25
|
||||
- Added Onshape provider
|
||||
|
||||
Version 1.26
|
||||
- Adds Bitbucket provider
|
||||
- Adds VKontakte provider
|
||||
- Bug fixes
|
||||
</releaseNotes>
|
||||
<copyright>Copyright 2013, 2014</copyright>
|
||||
<tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch</tags>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
{
|
||||
internal static class Constants
|
||||
{
|
||||
public const string DefaultAuthenticationType = "VK";
|
||||
public const string DefaultAuthenticationType = "VKontakte";
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ namespace Owin.Security.Providers.VKontakte
|
||||
private const string AuthorizationEndPoint = "https://oauth.vk.com/authorize";
|
||||
private const string TokenEndpoint = "https://oauth.vk.com/access_token";
|
||||
private const string UserInfoEndpoint = "https://api.vk.com/method/users.get";
|
||||
private const string DefaultCallbackPath = "/signin-vk";
|
||||
private const string DefaultCallbackPath = "/signin-vkontakte";
|
||||
private const string DefaultDisplayMode = "page";
|
||||
|
||||
/// <summary>
|
||||
|
||||
52
OwinOAuthProviders.sln.GhostDoc.xml
Normal file
52
OwinOAuthProviders.sln.GhostDoc.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<GhostDoc>
|
||||
<IgnoreFilePatterns>
|
||||
<IgnoreFilePattern>*.min.js</IgnoreFilePattern>
|
||||
<IgnoreFilePattern>jquery*.js</IgnoreFilePattern>
|
||||
</IgnoreFilePatterns>
|
||||
<SpellChecker>
|
||||
<IncludeExtensions>
|
||||
</IncludeExtensions>
|
||||
<IgnoreExtensions>
|
||||
</IgnoreExtensions>
|
||||
<IgnoreFiles>
|
||||
</IgnoreFiles>
|
||||
</SpellChecker>
|
||||
<HelpConfigurations selected="HelpFile">
|
||||
<HelpConfiguration name="HelpFile">
|
||||
<OutputPath>.\Help</OutputPath>
|
||||
<CleanupOutputPath>true</CleanupOutputPath>
|
||||
<HelpFileName>OwinOAuthProviders</HelpFileName>
|
||||
<ImageFolderPath />
|
||||
<Theme />
|
||||
<HtmlFormats>
|
||||
<HtmlHelp>true</HtmlHelp>
|
||||
<MSHelpViewer>false</MSHelpViewer>
|
||||
<MSHelp2>false</MSHelp2>
|
||||
<Website>false</Website>
|
||||
</HtmlFormats>
|
||||
<IncludeScopes>
|
||||
<Public>true</Public>
|
||||
<Internal>false</Internal>
|
||||
<Protected>false</Protected>
|
||||
<Private>false</Private>
|
||||
<Inherited>true</Inherited>
|
||||
<InheritedFromReferences>true</InheritedFromReferences>
|
||||
<EnableTags>false</EnableTags>
|
||||
<TagList />
|
||||
<AutoGeneratedDocs />
|
||||
<DocsThatRequireEditing />
|
||||
</IncludeScopes>
|
||||
<SyntaxLanguages>
|
||||
<CSharp>true</CSharp>
|
||||
<VisualBasic>true</VisualBasic>
|
||||
<CPlusPlus>true</CPlusPlus>
|
||||
</SyntaxLanguages>
|
||||
<ResolveCrefLinks>true</ResolveCrefLinks>
|
||||
<HeaderText />
|
||||
<FooterText />
|
||||
<SelectedProjects />
|
||||
</HelpConfiguration>
|
||||
</HelpConfigurations>
|
||||
<GeneralProperties>
|
||||
</GeneralProperties>
|
||||
</GhostDoc>
|
||||
Reference in New Issue
Block a user