1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
From: Edward Betts <edward@4angle.com>
Date: Thu, 23 Oct 2025 14:36:42 +0100
Subject: remove badges
---
README.md | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/README.md b/README.md
index 215043c..c69c749 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,3 @@
-
-
-
-[](https://codecov.io/gh/auth0/auth0-python)
-
-[](https://opensource.org/licenses/MIT)
-[](https://circleci.com/gh/auth0/auth0-python)
-
<div>
📚 <a href="#documentation">Documentation</a> - 🚀 <a href="#getting-started">Getting started</a> - 💻 <a href="#api-reference">API reference</a> - 💬 <a href="#feedback">Feedback</a>
</div>
@@ -177,13 +169,6 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
---
-<p align="center">
- <picture>
- <source media="(prefers-color-scheme: light)" srcset="https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png" width="150">
- <source media="(prefers-color-scheme: dark)" srcset="https://cdn.auth0.com/website/sdks/logos/auth0_dark_mode.png" width="150">
- <img alt="Auth0 Logo" src="https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png" width="150">
- </picture>
-</p>
<p align="center">Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
<p align="center">
This project is licensed under the MIT license. See the <a href="https://github.com/auth0/auth0-python/blob/master/LICENSE"> LICENSE</a> file for more info.</p>
|