tests: add remaining register integration tests

This commit is contained in:
Stevan Freeborn
2026-02-03 21:04:25 -06:00
parent 47692fc946
commit bbe3779a53
9 changed files with 350 additions and 31 deletions
@@ -4,6 +4,8 @@ public static class ServiceCollectionExtensions
{
public static IServiceCollection AddInfrastructure(this IServiceCollection services)
{
services.AddSingleton<IAuthorizationMiddlewareResultHandler, ProblemDetailsAuthResultHandler>();
services.AddSingleton(TimeProvider.System);
services.ConfigureOptions<JwtOptionsSetup>();