From 54eddcd873ee038f1e6fa4cb7878bf6a639c8f5b Mon Sep 17 00:00:00 2001 From: Sk Asadur Rahman Date: Mon, 4 May 2020 02:18:16 +1000 Subject: [PATCH] Added Zoho Provider To Table Zoho is an enterprise-level solution and it uses oauth2 for authentication from different data centers. I have written Zoho provider and gives all data center authentication support. --- docs/providers/thirdparty.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/providers/thirdparty.md b/docs/providers/thirdparty.md index 2d46dec9..3562ba4f 100755 --- a/docs/providers/thirdparty.md +++ b/docs/providers/thirdparty.md @@ -115,3 +115,4 @@ Gateway | Composer Package | Maintainer [Yelp](https://github.com/stevenmaguire/oauth2-yelp) | stevenmaguire/oauth2-yelp | [Steven Maguire](https://github.com/stevenmaguire) [Zendesk](https://github.com/stevenmaguire/oauth2-zendesk) | stevenmaguire/oauth2-zendesk | [Steven Maguire](https://github.com/stevenmaguire) [ZenPayroll](https://packagist.org/packages/wheniwork/oauth2-zenpayroll) | wheniwork/oauth2-zenpayroll | [Woody Gilk](https://github.com/shadowhand) +[Zoho](https://packagist.org/packages/asad/oauth2-zoho) | asad/oauth2-zoho | [Asadur Rahman](https://github.com/asadku34)