Compare commits
2 Commits
5dc6369363
...
2e2a24225f
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e2a24225f | |||
| aa81664d8f |
@@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
//Proje seviyesinde Authentication<EFBFBD>
|
||||
//Proje seviyesinde Authentication
|
||||
var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build();
|
||||
|
||||
// Add services to the container.
|
||||
|
||||
Reference in New Issue
Block a user