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:
Call Protected APIs from a Blazor Web App
Calling a protected API from a .NET 8 Blazor Web App can be a bit tricky. Let's see what the problems are and how to solve them.
2024-04-16

Common Developer Misconceptions About Passkeys
Passkeys let developers authenticate users more securely and without phishing risks. However, several subtle nuances may lead them to some misconceptions.
2024-03-04

Auth0 SDK for .NET Desktop and Mobile Applications Supports MAUI
Support for .NET MAUI is now available in the Auth0 SDK for .NET Desktop and Mobile Applications. Let's have a quick overview.
2024-02-12
Add Auth0 Authentication to Blazor Web Apps
Let’s find out how to add Auth0 authentication to the new Blazor application model introduced in .NET 8.
2024-01-23
OAuth 2.0 Security Enhancements
Let’s explore the latest security enhancements in the OAuth 2.0 specification.
2023-12-22

Auth0 Templates for .NET: A New Powerful Version Released
A new version of the Auth0 Templates for .NET package has been released: discover the new powerful features.
2023-12-11

Cookies, Tokens, or JWTs? The ASP.NET Core Identity Dilemma
Should you use cookie-based or token-based authentication in ASP.NET Core Identity? Or should you use JWT and OpenID Connect?
2023-11-23

Sessions, Tokens, and Rock'n'Roll
An attempt to explore the relationship between sessions, cookies, and tokens in authentication.
2023-11-19

.NET 8: What's New for Authentication and Authorization
Let’s explore the new features brought by .NET 8 to support authentication and authorization in your applications.
2023-10-31