From a6968ba172b9e3b318f5c8b0e4754bb11b3e56e0 Mon Sep 17 00:00:00 2001 From: jasneetkr-1610 Date: Sat, 3 Jan 2026 11:22:23 +0530 Subject: [PATCH] Add auth0-api-python --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b56fdefe96..dec0097231 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * JWT * [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python. * [python-jose](https://github.com/mpdavis/python-jose/) - A JOSE implementation in Python. + * [auth0-api-python](https://github.com/auth0/auth0-api-python) - A SDK for securing APIs with Auth0 issued tokens, supports token validation and Bearer/DPoP authentication schemes. + + ## Build Tools