Articles
I’ve written several technical articles since 1997 for various blogs, websites, and magazines, both in English and in Italian. Here you can find a list of the most recent ones:
Role-Based Access Control in Blazor Applications
Learn how to use roles in your Blazor Server and WebAssembly applications to implement the RBAC authorization model.
2023-04-10
The Naming Problem
Why is naming things so hard? Let's explore a bit what's behind a name.
2023-03-25
How Fine Grained Authorization Solves the Most Critical API Security Risk
Broken Object Level Authorization is the most critical API security vulnerability. Learn how Fine Grained Authorization (FGA) can help fix it.
2023-03-21
Managing Tokens in .NET MAUI
Learn the best practices for securing ID, access, and refresh tokens in your .NET MAUI applications and keeping a consistent user experience.
2023-03-01
Add Auth0 Authentication to Blazor Hybrid Apps in .NET MAUI
Learn how to authenticate users of your .NET MAUI Blazor application using Auth0.
2023-02-23
Zen and the Art of Identity Management
Should developers know Identity protocols like OIDC and OAuth, or should they only rely on high-level abstractions like SDKs?
2023-02-20
Information, Computers, and... Telescopes
Let's explore the unclear relationship between computers and computer science.
2023-02-10
Speaking about the Turing machine
What is the Turing machine? What is its relationship with computers? What is its impact on humans?
2023-01-09
Test Authorization in ASP.NET Core Web APIs With the user-jwts Tool
How to use the new user-jwts tool to test a protected ASP.NET Core Web API without involving an authorization server.
2022-12-12