From 3861b0f8d3046eb5ebb71728e3fc0e355c159a81 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 25 Aug 2026 10:10:08 +0200 Subject: [PATCH] docs: recommend auth0-express SDK for Auth0-specific features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aff980b9..ded94736 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ 📚 [Documentation](#documentation) - 🚀 [Getting Started](#getting-started) - 💻 [API Reference](#api-reference) - 💬 [Feedback](#feedback) +> 💡 **Using Auth0?** If you want Auth0-specific features, we recommend trying out the [`@auth0/auth0-express`](https://github.com/auth0/auth0-express) SDK, currently in beta. + ## Documentation - [Quickstart](https://auth0.com/docs/quickstart/webapp/express) - our guide for quickly adding Auth0 to your Express app.