feat: implement token generation and issuing on successful login

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent 38a03f56ca
commit 36b293aa15
7 changed files with 139 additions and 18 deletions
+1
View File
@@ -1,6 +1,7 @@
<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>