added Login Authentication
All checks were successful
Tests / Declarative: Post Actions No test results found
csharp-secdevops-pipeline-pod/pipeline/head This commit looks good

This commit is contained in:
2026-06-10 13:14:15 +02:00
parent 72a891887e
commit f096aa9b0a
3 changed files with 89 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
@page "/books"
@attribute [Microsoft.AspNetCore.Authorization.Authorize]
@using SecDevOpsLab.Models
@using SecDevOpsLab.Data
@inject AppDbContext Db