AI AGENT ADDONS

Auth0 Express

auth0/agent-skills

Add secure login and logout to your Express.js web app. This skill uses Auth0 to handle user sessions without writing complex code. You can protect certain pages so only logged in users can see them.

It works with the express-openid-connect library. The setup adds routes like /login and /logout automatically. You just follow a few steps to configure your Auth0 account.

This is ideal for web developers who want simple session based authentication for their Node.js apps. It avoids the need to build your own login system from scratch.

Add Auth0 Express skill to your workflow

Global

mkdir -p ~/.claude/skills/auth0-express

Project

mkdir -p .claude/skills/auth0-express

Source Repository

Stars
36
Forks
20
Watchers
36
License
Apache-2.0
Last Push
1 month ago
Created
6 months ago