بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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