2026-02-02 13:17:59 -06:00
|
|
|
global using System.IdentityModel.Tokens.Jwt;
|
|
|
|
|
global using System.Security.Claims;
|
2026-02-02 04:47:32 -06:00
|
|
|
global using System.Security.Cryptography;
|
2026-02-02 13:17:59 -06:00
|
|
|
global using System.Text;
|
2026-02-02 04:47:32 -06:00
|
|
|
|
2026-02-02 13:17:59 -06:00
|
|
|
global using FiscalOS.Core.Authentication;
|
2026-02-02 04:47:32 -06:00
|
|
|
global using FiscalOS.Core.Identity;
|
2026-02-02 13:17:59 -06:00
|
|
|
global using FiscalOS.Infra.Authentication;
|
2026-02-02 04:47:32 -06:00
|
|
|
global using FiscalOS.Infra.Data;
|
|
|
|
|
|
|
|
|
|
global using Microsoft.EntityFrameworkCore;
|
|
|
|
|
global using Microsoft.EntityFrameworkCore.Diagnostics;
|
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using Microsoft.Extensions.Hosting;
|
|
|
|
|
global using Microsoft.Extensions.Logging;
|
2026-02-02 13:17:59 -06:00
|
|
|
global using Microsoft.Extensions.Options;
|
|
|
|
|
global using Microsoft.IdentityModel.Tokens;
|