first commit

This commit is contained in:
2025-11-27 13:11:19 +01:00
parent ce3a5b157e
commit 501e8ad2dc
118 changed files with 63876 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
@page "/auth"
@using Microsoft.AspNetCore.Authorization
@attribute [Authorize]
@rendermode InteractiveAuto
<PageTitle>Auth</PageTitle>
<h1>You are authenticated</h1>
<AuthorizeView>
Hello @context.User.Identity?.Name!
</AuthorizeView>