We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0dc9b commit 5517114Copy full SHA for 5517114
README.md
@@ -55,10 +55,10 @@ public class Startup
55
56
//// By default, authentication is not challenged for every request which is ASP.NET Core's default intended behaviour.
57
//// So to challenge authentication for every requests please use below FallbackPolicy option.
58
- //services.AddAuthorization(options =>
59
- //{
60
- // options.FallbackPolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build();
61
- //});
+ //services.AddAuthorization(options =>
+ //{
+ // options.FallbackPolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build();
+ //});
62
}
63
64
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
0 commit comments