Supabase credentials#
คุณสามารถใช้ credentials นี้เพื่อยืนยันตัวตนกับ node ต่อไปนี้ได้:
Prerequisites#
สร้างบัญชี Supabase ก่อน
Supported authentication methods#
- API key
Related resources#
ดูข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้ได้ที่ Supabase's API documentation
Using access token#
ในการตั้งค่า credentials นี้ คุณจะต้องมี:
- Host
- Service Role Secret
วิธีสร้าง API Key:
- ในบัญชี Supabase ของคุณ ไปที่ Dashboard แล้วสร้างหรือเลือกโปรเจกต์ที่ต้องการสร้าง API key
- ไปที่ Project Settings > API เพื่อดู API Settings ของโปรเจกต์
- คัดลอก URL จากส่วน Project URL แล้วนำไปใส่ใน n8n เป็น Host ดูรายละเอียดได้ที่ API URL and keys
- กด Reveal แล้วคัดลอก Project API key สำหรับ
service_role
แล้วนำไปใส่ใน n8n เป็น Service Role Secret ดูข้อมูลเพิ่มเติมเกี่ยวกับสิทธิ์ของservice_role
ได้ที่ Understanding API Keys