Skip to content

Commit

Permalink
docs(providers): updated docs with missing account attribute (#8084)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmick92 authored Jul 19, 2023
1 parent 733a81b commit e44dccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/providers/zoho.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ id: zoho
title: Zoho
---

:::note
Zoho returns a field on `Account` called `api_domain` which is a string. See their [docs](https://www.zoho.com/accounts/protocol/oauth/web-apps/access-token.html). Remember to add this field to your database schema, in case if you are using an [Adapter](https://authjs.dev/reference/adapters).
:::

## Documentation

https://www.zoho.com/accounts/protocol/oauth/web-server-applications.html
Expand Down

1 comment on commit e44dccc

@vercel
Copy link

@vercel vercel bot commented on e44dccc Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.