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