Skip to content

Supabase 凭据(Supabase credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

先决条件(Prerequisites)#

创建一个 Supabase 账户。

🌐 Create a Supabase account.

支持的身份验证方法(Supported authentication methods)#

  • API 密钥

有关该服务的更多信息,请参阅 Supabase 的 API 文档

🌐 Refer to Supabase's API documentation for more information about the service.

使用访问令牌(Using access token)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

  • 一个 主机
  • 一个 服务角色密钥

生成 API 密钥:

🌐 To generate your API Key:

  1. 在你的 Supabase 账户中,前往 仪表板 并创建或选择一个你想要为其创建 API 密钥的项目。
  2. 前往 项目设置 > API 查看你项目的 API 设置。
  3. Project URL 部分复制 URL,并将其输入为你的 n8n Host。有关更详细的说明,请参考 API URL 和密钥
  4. 显示并复制 service_role项目 API 密钥。复制该密钥并将其输入为你的 n8n 服务角色密钥。有关 service_role 权限的更多信息,请参阅 理解 API 密钥