Backport Delivery API member auth from V14 (#14964)

* Backport Delivery API member auth from V14

* Add default implementations to avoid breakage

* Review changes
This commit is contained in:
Kenn Jacobsen
2023-10-16 11:25:29 +02:00
committed by GitHub
parent 0844cb8b29
commit 4bd9baa2eb
45 changed files with 1553 additions and 76 deletions

View File

@@ -238,9 +238,12 @@ namespace Umbraco.Cms.Tests.Integration.TestServerTest
.AddWebsite()
.AddUmbracoSqlServerSupport()
.AddUmbracoSqliteSupport()
.AddDeliveryApi()
.AddComposers()
.AddTestServices(TestHelper); // This is the important one!
CustomTestSetup(builder);
builder.Build();
}