From: dompatmore <36126777+dompatmore@users.noreply.github.com> Date: Thu, 6 May 2021 15:42:14 +0000 (+0100) Subject: 📝 Add external link to blog post "Authenticate Your FastAPI App with Auth0" (#2172) X-Git-Tag: 0.64.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9d6031db5fe748ecfba9472f38bef38a6bae120;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add external link to blog post "Authenticate Your FastAPI App with Auth0" (#2172) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 47fb681d59..ef7cd7113f 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サーバーを構築