feat(api): integrate abstracted token generation and update login endpoint

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent a1b993bd62
commit b05cc06dff
3 changed files with 8 additions and 10 deletions
-1
View File
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>