Supabase 凭据(Supabase credentials)#
你可以使用以下凭据验证以下节点:
🌐 You can use these credentials to authenticate the following nodes:
先决条件(Prerequisites)#
创建一个 Supabase 账户。
🌐 Create a Supabase account.
支持的身份验证方法(Supported authentication methods)#
- API 密钥
相关资源(Related resources)#
有关该服务的更多信息,请参阅 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:
- 在你的 Supabase 账户中,前往 仪表板 并创建或选择一个你想要为其创建 API 密钥的项目。
- 前往 项目设置 > API 查看你项目的 API 设置。
- 从 Project URL 部分复制 URL,并将其输入为你的 n8n Host。有关更详细的说明,请参考 API URL 和密钥。
- 显示并复制
service_role的 项目 API 密钥。复制该密钥并将其输入为你的 n8n 服务角色密钥。有关service_role权限的更多信息,请参阅 理解 API 密钥。