Refactored AddLiteCharmsWebSecurity to force a session recycling of keys on other pods #128

Merged
khwezi merged 1 commits from dataprotection into master 2026-06-14 23:10:42 +02:00
+2
View File
@@ -60,6 +60,8 @@ public static class Api
.ProtectKeysWithCertificate(certificate)
.SetApplicationName("LiteCharmsApp");
services.Configure<DataProtectionOptions>(options => options.ApplicationDiscriminator = "LiteCharmsApp");
services.ConfigureCookieOidcSameSiteSupport();
var configSection = configuration.GetSection(nameof(LiteCharmsSettings));