refactor(core): encapsulate user and refresh token creation with factory methods

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent e03cc0403a
commit c4d0bf78ab
3 changed files with 22 additions and 2 deletions
+3 -1
View File
@@ -1 +1,3 @@
global using FiscalOS.Core.Data;
global using FiscalOS.Core.Data;
global using FiscalOS.Core.Identity;