feat: wip on testing login flows

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent 28e4692ca1
commit c037b895f0
12 changed files with 284 additions and 47 deletions
@@ -3,4 +3,7 @@ namespace FiscalOS.API.Identity;
internal sealed class RefreshToken
{
public Guid Id { get; init; }
public Guid UserId { get; init; }
public User User { get; init; } = new();
}