]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update sponsors, add PropelAuth (#10760)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 6 Dec 2023 11:33:48 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 11:33:48 +0000 (12:33 +0100)
README.md
docs/en/data/sponsors.yml
docs/en/docs/img/sponsors/propelauth-banner.png [new file with mode: 0644]
docs/en/docs/img/sponsors/propelauth.png [new file with mode: 0644]
docs/en/overrides/main.html

index c8d17889d5f30cc5f00d837a7aaa9b6d9c415c91..2df5cba0bd77d1a2e037b6deed9645677ff0cdc6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ The key features are:
 <a href="https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor" target="_blank" title="Automate FastAPI documentation generation with Bump.sh"><img src="https://fastapi.tiangolo.com/img/sponsors/bump-sh.svg"></a>
 <a href="https://reflex.dev" target="_blank" title="Reflex"><img src="https://fastapi.tiangolo.com/img/sponsors/reflex.png"></a>
 <a href="https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Scalar: Beautiful Open-Source API References from Swagger/OpenAPI files"><img src="https://fastapi.tiangolo.com/img/sponsors/scalar.svg"></a>
+<a href="https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=mainbadge" target="_blank" title="Auth, user management and more for your B2B product"><img src="https://fastapi.tiangolo.com/img/sponsors/propelauth.png"></a>
 <a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
 <a href="https://training.talkpython.fm/fastapi-courses" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython.png"></a>
 <a href="https://testdriven.io/courses/tdd-fastapi/" target="_blank" title="Learn to build high-quality web apps with best practices"><img src="https://fastapi.tiangolo.com/img/sponsors/testdriven.svg"></a>
index 113772964a992d7d0dae18c90eef6088d1218c64..121a3b76166818ed5238173558395301d76863c9 100644 (file)
@@ -17,6 +17,9 @@ gold:
   - url: https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badge
     title: "Scalar: Beautiful Open-Source API References from Swagger/OpenAPI files"
     img: https://fastapi.tiangolo.com/img/sponsors/scalar.svg
+  - url: https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=mainbadge
+    title: Auth, user management and more for your B2B product
+    img: https://fastapi.tiangolo.com/img/sponsors/propelauth.png
 silver:
   - url: https://www.deta.sh/?ref=fastapi
     title: The launchpad for all your (team's) ideas
diff --git a/docs/en/docs/img/sponsors/propelauth-banner.png b/docs/en/docs/img/sponsors/propelauth-banner.png
new file mode 100644 (file)
index 0000000..7a1bb25
Binary files /dev/null and b/docs/en/docs/img/sponsors/propelauth-banner.png differ
diff --git a/docs/en/docs/img/sponsors/propelauth.png b/docs/en/docs/img/sponsors/propelauth.png
new file mode 100644 (file)
index 0000000..8234d63
Binary files /dev/null and b/docs/en/docs/img/sponsors/propelauth.png differ
index c4aea9a8e64b914a3662d1528ea3d0920e7fef54..476b436767448f06ee2b7b6a15fb205a0a602c97 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/scalar-banner.svg" />
       </a>
     </div>
+    <div class="item">
+      <a title="Auth, user management and more for your B2B product" style="display: block; position: relative;" href="https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=topbanner" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/propelauth-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}