tests(api): add integration test for happy path when logging in
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
using System.Globalization;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace FiscalOS.Infra.Tests.Unit;
|
||||
|
||||
public class TokenGeneratorTests
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user