From 56b1c7be3a3922c5483e18e4c86c12e2782d2318 Mon Sep 17 00:00:00 2001 From: Igor Kuznetsov Date: Thu, 16 Nov 2017 23:31:03 +0300 Subject: [PATCH] Add oauth-provider-go to authentication-backends.md --- docs/authentication-backends.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/authentication-backends.md b/docs/authentication-backends.md index 8dd3a60a552f..8fe4a9172022 100644 --- a/docs/authentication-backends.md +++ b/docs/authentication-backends.md @@ -58,9 +58,10 @@ If you would like to facilitate your own OAuth authentication rather than use Ne can use one of the community-maintained projects below. Feel free to [submit a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md) if you'd like to add yours! -| Author | Supported Git hosts | Languages | Link | -|------------|---------------------------|-----------|---------------------------------------------------------------------| -| @vencax | GitHub, GitHub Enterprise | Node.js | [Repo](https://github.com/vencax/netlify-cms-github-oauth-provider) | +| Author | Supported Git hosts | Languages | Link | +|----------------------------------------|---------------------------|-----------|------------------------------------------------------------------------------| +| [@vencax](https://github.com/vencax) | GitHub, GitHub Enterprise | Node.js | [Repo](https://github.com/vencax/netlify-cms-github-oauth-provider) | +| [@igk1972](https://github.com/igk1972) | GitHub, GitHub Enterprise | Go | [Repo](https://github.com/igk1972/netlify-cms-oauth-provider-go) | Check each project's documentation for instructions on how to configure it.