From c6ef7e555f0b3739d7b1ecf2587bd88f5d6cad29 Mon Sep 17 00:00:00 2001 From: Brandon Phillips Date: Mon, 23 Mar 2020 11:30:33 -0600 Subject: [PATCH] docs: Add 'netlify-cms-oauth-provider-node' external OAuth client (#3472) --- website/content/docs/external-oauth-clients.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/external-oauth-clients.md b/website/content/docs/external-oauth-clients.md index 5c0c504c..f025e99a 100644 --- a/website/content/docs/external-oauth-clients.md +++ b/website/content/docs/external-oauth-clients.md @@ -15,6 +15,7 @@ If you would like to facilitate your own OAuth authentication rather than use Ne | [@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) | -| [@TSV-Zorneding-1920](https://github.com/TSV-Zorneding-1920) | GitHub, GitHub Enterprise | PHP | [Repo](https://github.com/TSV-Zorneding-1920/netlify-cms-oauth-provider-php) +| [@TSV-Zorneding-1920](https://github.com/TSV-Zorneding-1920) | GitHub, GitHub Enterprise | PHP | [Repo](https://github.com/TSV-Zorneding-1920/netlify-cms-oauth-provider-php) +| [@bericp1](https://github.com/bericp1) | GitHub, GitHub Enterprise | Node.js, Zeit Now Serverless | [Repo](https://github.com/bericp1/netlify-cms-oauth-provider-node) | Check each project's documentation for instructions on installation and usage.