deploying the blogs

This commit is contained in:
Paul Schneider 2026-06-19 23:09:43 +01:00
commit 86c268eebd
9 changed files with 52 additions and 54 deletions

View file

@ -61,7 +61,7 @@ internal class Program
{
policy
.RequireAuthenticatedUser()
.RequireClaim(JwtClaimTypes.Scope, new string[] { "com" });
.RequireClaim(JwtClaimTypes.Scope, new string[] { "api" });
});
})
.AddYavscCors(builder.Configuration)