From d9d6031db5fe748ecfba9472f38bef38a6bae120 Mon Sep 17 00:00:00 2001 From: dompatmore <36126777+dompatmore@users.noreply.github.com> Date: Thu, 6 May 2021 16:42:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20external=20link=20to=20blo?= =?UTF-8?q?g=20post=20"Authenticate=20Your=20FastAPI=20App=20with=20Auth0"?= =?UTF-8?q?=20(#2172)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- 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 47fb681d5..ef7cd7113 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -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サーバーを構築