namespace Azaion.Missions.E2E.Fixtures;
///
/// Spec-only fixture for NFT-SEC-13 (E9 Production-environment CORS lock).
/// Runs missions outside compose via docker run with
/// ASPNETCORE_ENVIRONMENT=Production and an empty
/// CorsConfig:AllowedOrigins to assert startup THROWS. Concrete
/// implementation lands in AZ-582 (security: alg, rotation, CORS).
///
///
/// Lives in Fixtures/ so the placeholder is visible from test
/// discovery: tests that need the reverse-fixture should depend on this
/// type and skip with Skip="missions Production-mode harness pending"
/// until AZ-582 lands.
///
public sealed class JwksMockReverseFixture
{
public bool Implemented => false;
}