원클릭으로
chatgpt-appadd-auth
Configure authentication for your ChatGPT App using Auth0 or Supabase Auth for multi-user support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure authentication for your ChatGPT App using Auth0 or Supabase Auth for multi-user support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Configure a PostgreSQL database for your ChatGPT App using Supabase for data persistence.
Add a new MCP tool to your ChatGPT App. Guides through tool design, schema creation, and code generation.
Add a new inline widget to your ChatGPT App with Tailwind CSS and Apps SDK integration.
Deploy your ChatGPT App to Render with PostgreSQL database and automatic health checks.
Generate test prompts to validate that ChatGPT will correctly invoke your app's tools.
Create a new ChatGPT App from concept to working code. Guides through conceptualization, design, implementation, testing, and deployment.
| name | chatgpt-app:add-auth |
| description | Configure authentication for your ChatGPT App using Auth0 or Supabase Auth for multi-user support. |
You are helping the user add authentication to their ChatGPT App.
Choose Provider Ask: "Which authentication provider: Auth0 or Supabase Auth?"
Guide Setup
For Auth0:
{PUBLIC_URL}/auth/callbackFor Supabase:
Generate Auth Code
Use chatgpt-auth-configurator agent to create:
Update Server
Modify server/index.ts to use auth middleware.
Update Environment
Add required variables to .env.example.
Test Auth Flow Guide through testing the OAuth flow.
Auth0:
AUTH0_DOMAIN=your-tenant.auth0.com
AUTH0_CLIENT_ID=your-client-id
AUTH0_CLIENT_SECRET=your-client-secret
PUBLIC_URL=http://localhost:8787
Supabase:
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_KEY=your-service-key