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,6 +1,3 @@
using System.Globalization;
using System.Security.Cryptography;
namespace FiscalOS.Infra.Tests.Unit;
public class TokenGeneratorTests
+4 -1
View File
@@ -1,8 +1,11 @@
global using System.Globalization;
global using System.IdentityModel.Tokens.Jwt;
global using System.Security.Cryptography;
global using AwesomeAssertions.Primitives;
global using FiscalOS.Core.Identity;
global using FiscalOS.Infra.Authentication;
global using FiscalOS.Infra.Tests.Assertions;
global using Microsoft.Extensions.Options;
global using Microsoft.Extensions.Options;