Skip to content

Commit

Permalink
[fix]Jwt颁发令牌时,数字时间应该使用UTC格式,解析令牌时,UTC数字转为时间后还需要转本地时间
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 23, 2024
1 parent 2a7ce6e commit d5c0486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions XCoder/CrazyCoder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
<PackageReference Include="NewLife.Core">
<Version>10.10.2024.701</Version>
<Version>10.10.2024.723-beta1414</Version>
</PackageReference>
<PackageReference Include="NewLife.MQTT">
<Version>2.0.2024.708</Version>
Expand All @@ -82,7 +82,7 @@
<Version>4.3.2024.408-beta0604</Version>
</PackageReference>
<PackageReference Include="NewLife.Redis">
<Version>5.7.2024.701</Version>
<Version>5.7.2024.709</Version>
</PackageReference>
<PackageReference Include="NewLife.Stardust">
<Version>3.0.2024.708</Version>
Expand Down
2 changes: 1 addition & 1 deletion XCoderLinux/XCoderLinux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.95" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.701" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.723-beta1414" />
<PackageReference Include="NewLife.Remoting" Version="3.0.2024.708" />
<PackageReference Include="NewLife.XCode" Version="11.13.2024.701" />
<PackageReference Include="System.IO.Ports" Version="8.0.0" />
Expand Down

0 comments on commit d5c0486

Please sign in to comment.