From dd94a8426ea5680d65763d90c4cd0953604f8491 Mon Sep 17 00:00:00 2001 From: Adrian C Date: Wed, 26 Feb 2020 10:18:12 -0500 Subject: [PATCH] docs: Add Google Cloud Function to External OAuth Clients (#3329) --- website/content/docs/authentication-backends.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/authentication-backends.md b/website/content/docs/authentication-backends.md index e7838648..3ff37b2d 100644 --- a/website/content/docs/authentication-backends.md +++ b/website/content/docs/authentication-backends.md @@ -177,6 +177,7 @@ If you would like to facilitate your own OAuth authentication rather than use Ne | [@marcelkornblum](https://github.com/marcelkornblum) | GitHub, GitHub Enterprise | Google AppEngine with Python | [Repo](https://github.com/signal-noise/netlify-cms-oauth-provider-python-appengine) | | [@marksteele](https://github.com/marksteele) | GitHub, GitHub Enterprise | Serverless | [Repo](https://github.com/marksteele/netlify-serverless-oauth2-backend), [Blog](https://www.control-alt-del.org/blog/serverless-blog-howto/) | | [@Herohtar](https://github.com/Herohtar) | GitHub, GitHub Enterprise | Firebase Cloud Function | [Repo](https://github.com/Herohtar/netlify-cms-oauth-firebase) | +| [@abcalderon3](https://github.com/abcalderon3) | GitHub, GitHub Enterprise | Google Cloud Function with Python | [Repo](https://github.com/abcalderon3/netlify-cms-oauth-client-cloud-function) | Check each project's documentation for instructions on how to configure it.