tests(api): add integration test for happy path when logging in

This commit is contained in:
Stevan Freeborn
2026-02-02 13:33:23 -06:00
parent dcc5b2e0f0
commit 5a5efbefd7
10 changed files with 63 additions and 16 deletions
+1
View File
@@ -4,6 +4,7 @@ global using System.Security.Cryptography;
global using System.Text;
global using FiscalOS.Core.Authentication;
global using FiscalOS.Core.Data;
global using FiscalOS.Core.Identity;
global using FiscalOS.Infra.Authentication;
global using FiscalOS.Infra.Data;