]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add external link to blog post "Authenticate Your FastAPI App with Auth0" (#2172)
authordompatmore <36126777+dompatmore@users.noreply.github.com>
Thu, 6 May 2021 15:42:14 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 15:42:14 +0000 (17:42 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/data/external_links.yml

index 47fb681d5916c430e3bf9823d913ea9d5d432502..ef7cd7113f2010607685725bbb1a64ecc458f6a5 100644 (file)
@@ -156,6 +156,10 @@ articles:
       title: Deploy a dockerized FastAPI application to AWS
       author_link: https://www.linkedin.com/in/valon-januzaj-b02692187/
       author: Valon Januzaj
+    - link: https://dompatmore.com/blog/authenticate-your-fastapi-app-with-auth0
+      title: Authenticate Your FastAPI App with auth0
+      author_link: https://twitter.com/dompatmore
+      author: Dom Patmore
   japanese:
     - link: https://qiita.com/mtitg/items/47770e9a562dd150631d
       title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築