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:
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
Auth0 Templates for .NET
To simplify the development experience for .NET developers, I started the Auth0 Templates for .NET project, a package of .NET project templates with everything needed to support Auth0's authentication and authorization services.
2023-09-12
How to Validate JWTs in .NET
Learn how to validate a JSON Web Token (JWT) in different contexts using C# in .NET.
2023-08-08
Blazor Server and the Logout Problem
Explore the logout issues with Blazor Server applications and learn how to resolve them.
2023-07-13