Figma OAuth
Set up Figma authentication for your Conduit application.
Configuration Steps
- Go to Figma Developer Settings
- Create new application
- Configure callback URL:
http://localhost:3000/hook/authentication/figma - Note your Client ID and Client Secret
- In Conduit Admin Panel, enable Figma provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/figma'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/figma