summaryrefslogtreecommitdiff
path: root/Server.csproj
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-19 00:34:17 +1000
committerJake Mannens <jake@asger.xyz>2026-06-25 02:43:49 +1000
commit3f6d54449a9e970f04483ccf30951207b9664e1a (patch)
tree5cff1a3ab27115c6f58b54542c232bdbf5b1c2fa /Server.csproj
parent8539f1142e9152cf9d285fa8be2738b48265a736 (diff)
Added basic infrastructure for JWT authentication
Diffstat (limited to 'Server.csproj')
-rw-r--r--Server.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Server.csproj b/Server.csproj
index 5188548..eb636a3 100644
--- a/Server.csproj
+++ b/Server.csproj
@@ -38,6 +38,7 @@
</ItemGroup>
<ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.8" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.14.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.8" />
@@ -45,10 +46,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+ <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.19.1" />
<PackageReference Include="Mime-Detective" Version="25.8.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.1" />
<PackageReference Include="System.Drawing.Common" Version="10.0.8" />
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.19.1" />
<PackageReference Include="Tesseract" Version="5.2.0" />
</ItemGroup>