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
+3
View File
@@ -0,0 +1,3 @@
namespace FiscalOS.API.Login;
internal sealed record Response(string AccessToken);