添加jwt认证模块

This commit is contained in:
橙子
2023-01-18 19:42:13 +08:00
parent eb1a86e5b2
commit fc74a000a6
12 changed files with 309 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>