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.
Global
mkdir -p ~/.claude/skills/auth0-expressProject
mkdir -p .claude/skills/auth0-expressSource Repository
Entra App Registrationmicrosoft/azure-skills
Register apps in Entra ID for secure authentication and API access with OAuth 2.0
Entra Agent Idmicrosoft/azure-skills
Create unique OAuth identities for each AI agent instance using Microsoft Graph
Firebase Auth Basicsfirebase/agent-skills
Add secure user sign-in to your app with Firebase Authentication in minutes
Convex Setup Authget-convex/agent-skills
Set up secure login and user management for your Convex app
Better Auth Best Practicesbetter-auth/skills
Add secure login to your app with email, OAuth, and plugins
Create Auth Skillbetter-auth/skills
Set up login and sign-up in your app with Better Auth easily
Email And Password Best Practicesbetter-auth/skills
Set up email verification, password reset, and secure login with Better Auth
Clerk Setupclerk/skills
Quickly add Clerk authentication to any project using the CLI tool