auth0-express
✓Use when adding authentication to Express.js server-rendered web applications with session management - integrates express-openid-connect for traditional web apps
Installation
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 |
Use when adding authentication to Express.js server-rendered web applications with session management - integrates express-openid-connect for traditional web apps Source: auth0/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/auth0/agent-skills --skill auth0-express- Source
- auth0/agent-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-17
- Updated
- 2026-02-18
Quick answers
What is auth0-express?
Use when adding authentication to Express.js server-rendered web applications with session management - integrates express-openid-connect for traditional web apps Source: auth0/agent-skills.
How do I install auth0-express?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/auth0/agent-skills --skill auth0-express Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/auth0/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-17