Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix README
  • Loading branch information
AngeloDotNet committed Dec 1, 2024
commit e0e75ade3dfe02bd49fc65d2977156c2f0b33b99
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# User Management UI Demo
Applicazione ASP.NET 8 che dimostra come usare lo `UserManager<TUser>` per assegnare ruoli e altro tipo di claim agli utenti.

Applicazione ASP.NET Core 8 che dimostra come usare lo `UserManager<TUser>` per assegnare ruoli e altro tipo di claim agli utenti.

> Visita anche il ramo GIT `RoleManager` per scoprire come usare il servizio `RoleManager<TRole>` per creare dei ruoli arbitrari a cui possono essere assegnati dei claim.

Expand Down