Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
升级支付宝sdk
  • Loading branch information
ArcherTrister committed Jul 13, 2018
commit 24574832d95cd3b652bbc0def670c2ac7fed4455
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class Claims
/// <summary>
/// 用户昵称
/// </summary>
public const string NickName = "urn:qq:nick_name";
public const string NickName = "urn:alipay:nick_name";

/// <summary>
/// 用户头像地址
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
<Description>ASP.NET Core security middleware enabling Alipay authentication.</Description>
<Authors>ArcherTrister</Authors>
<PackageTags>aspnetcore;authentication;oauth;security;alipay</PackageTags>
<PackageIconUrl>https://oauth.net/images/oauth-2-sm.png</PackageIconUrl>
<!--版权-->
<Copyright>Copyright 2017-2018 LeXun</Copyright>
<!--发行说明-->
<PackageReleaseNotes>Add Alipay Provider</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Compile Remove="OAuthTokenResponse.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="$(JetBrainsVersion)" PrivateAssets="All" />
<PackageReference Include="LeXun.Alipay.AopSdk.Core" Version="1.0.1" />
<PackageReference Include="LeXun.Alipay.AopSdk.Core" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="$(AspNetCoreVersion)" />
</ItemGroup>

Expand Down
27 changes: 0 additions & 27 deletions src/AspNet.Security.OAuth.Alipay/OAuthTokenResponse.cs

This file was deleted.