·auth0-express
</>

auth0-express

auth0/agent-skills

セッション管理を使用して Express.js サーバーでレンダリングされた Web アプリケーションに認証を追加する場合に使用します - 従来の Web アプリケーションに Express-openid-connect を統合します

20インストール·3トレンド·@auth0

インストール

$npx skills add https://github.com/auth0/agent-skills --skill auth0-express

SKILL.md

Add authentication to Express.js web applications using express-openid-connect.

For automated setup with Auth0 CLI, see Setup Guide for complete scripts.

| Forgot to add callback URL in Auth0 Dashboard | Add /callback path to Allowed Callback URLs (e.g., http://localhost:3000/callback) | | Missing or weak SECRET | Generate secure secret with openssl rand -hex 32 and store in .env as SECRET | | Setting authRequired: true globally | Set to false and use requiresAuth() middleware on specific routes |

セッション管理を使用して Express.js サーバーでレンダリングされた Web アプリケーションに認証を追加する場合に使用します - 従来の Web アプリケーションに Express-openid-connect を統合します ソース: auth0/agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/auth0/agent-skills --skill auth0-express
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

auth0-express とは?

セッション管理を使用して Express.js サーバーでレンダリングされた Web アプリケーションに認証を追加する場合に使用します - 従来の Web アプリケーションに Express-openid-connect を統合します ソース: auth0/agent-skills。

auth0-express のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/auth0/agent-skills --skill auth0-express インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/auth0/agent-skills