JWT Bearer Authentication and Authorization for Asp.net Core 5

An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs. | Continue reading


@sandrino.dev | 3 years ago

Deploying changes to your Auth0 accounts with GitHub Actions

With GitHub Actions and the auth0-deploy-cli you can bring "Infrastructure as Code" to your Auth0 accounts. | Continue reading


@sandrino.dev | 3 years ago

Leveraging Cloudflare Workers to prevent attackers from bypassing Cloudflare

A long standing challenge with Cloudflare is the ability to bypass all protections by attacking the Origin IP directly. Cloudflare Workers could provide a simple way to solve this issue once and for all. | Continue reading


@sandrino.dev | 3 years ago

Securing Netlify Functions with serverless-jwt and Auth0

The new serverless-jwt library makes it extremly simple to secure your JAMstack APIs like Netlify Functions using JSON Web Tokens. In this post we'll explore how this works with Auth0. | Continue reading


@sandrino.dev | 3 years ago

Configuring Auth0 as an OpenID Connect Provider for Your Azure App Service

For a very long time the Azure App Service made it very easy to authenticate users using Azure AD and a handful of social providers through the flip of a switch. With the upcoming support for OpenID Connect providers you can now easily configure Auth0 as an authentication provide … | Continue reading


@sandrino.dev | 3 years ago