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:

Customize User Registration Experience with Auth0 Actions
Learn how to customize the user registration experience with Auth0 Actions.
2021-12-22

Forbidden, Unauthorized, or What Else?
How to use HTTP status code in the authorization context? When to use '401 Unauthorized' status code? When to use '403 Forbidden'?
2021-12-20

Add Authentication to Your ASP.NET Core MVC Application
Learn how to add authentication to your ASP.NET Core MVC Application by using Auth0.
2021-12-14

Permissions, Privileges, and Scopes
What is the difference between permissions, privileges, and scopes in the authorization context?
2021-12-01

.NET 6 Highlights
What's new in .NET 6? What are the main relevant features brought by the new version of the .NET platform? Let's take a quick look.
2021-11-19

Role-Based Authorization for ASP.NET Web APIs
What is the best way to apply Role-Based Access Control (RBAC) to your ASP.NET Web API? Let's find out together.
2021-11-02

Exploring the Auth0 ASP.NET Core Authentication SDK
The new Auth0 ASP.NET Core Authentication SDK makes adding authentication and authorization to your web applications a breeze. Learn how.
2021-10-15

ID Token and Access Token: What Is the Difference?
Learn what ID and access tokens are and how to correctly use them in the OpenID Connect and OAuth context.
2021-09-23

Permission-Based Security for ASP.NET Web APIs
Checking user permissions allows you to have more control over access to your ASP.NET Web API.
2021-07-12