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:
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
What's New in .NET 7 for Authentication and Authorization
Let’s explore the new .NET 7 features for improving and simplifying authentication and authorization support in .NET applications.
2022-11-03
Call a Protected API from a .NET MAUI App
Learn how to call a protected API from your .NET MAUI application.
2022-10-21
Choosing the Right .NET SDK for Auth0
A map to choose the right SDK to integrate Auth0 in your .NET application.
2022-09-22
Use Refresh Tokens in ASP.NET Core Apps
Learn why and how to use refresh tokens in ASP.NET Core applications.
2022-08-30
Call Protected APIs in ASP.NET Core
Learn the right way to call a protected API using an access token in ASP.NET Core applications.
2022-08-23
Force HTTPS in ASP.NET Core Apps
How to force your ASP.NET Core application to use only HTTPS? Learn the best practices for different scenarios.
2022-07-29
Add Authentication to .NET MAUI Apps with Auth0
Learn how to authenticate users of your .NET MAUI application using Auth0.
2022-07-13
Security and Web Development
How to deal with the most common security threats in web development.
2022-06-08