From 75be92979947c069e2c908457d30a67989c714bb Mon Sep 17 00:00:00 2001 From: dompatmore <36126777+dompatmore@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:01:30 +0100 Subject: [PATCH 1/2] Update external_links.yml Updated to include article on how to integrate fastapi with auth0 --- docs/en/data/external_links.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 00e92801fe5d0..84b5de08d77b3 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -136,6 +136,10 @@ articles: title: Build And Host Fast Data Science Applications Using FastAPI author_link: https://medium.com/@farhadmalik author: Farhad Malik + - link: https://dompatmore.com/blog/integrating-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サーバーを構築 From 3b8d40b0c2942077a480cf281e60679c82410e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 6 May 2021 17:36:09 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20broken=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/data/external_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index bcb9a9ad5a62d..ef7cd7113f201 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -156,7 +156,7 @@ 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/integrating-your-fastapi-app-with-auth0 + - 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