From descope-skills
Integrates Descope for login, signup, passwordless auth (OTP, Magic Link, Passkeys), OAuth, SSO, MFA. Detects Next.js, React, or Python/Node.js backends for targeted setup and validation guidance.
npx claudepluginhub descope/skills --plugin descope-skillsThis skill uses the workspace's default tool permissions.
Integrate secure, passwordless authentication using Descope Flows and SDKs.
Detects app framework (React, Next.js, Vue, Angular, Express, Fastify, React Native), sets up Auth0 account/CLI/app, and routes to SDK-specific authentication workflows.
Scaffolds signin and signup authentication endpoints for Next.js, Express, FastAPI, Go projects with Prisma, Drizzle, PostgreSQL, SQLAlchemy, and database/JWT sessions. Use for adding login/register flows from scratch.
Share bugs, ideas, or general feedback.
Integrate secure, passwordless authentication using Descope Flows and SDKs.
Detect the user's framework and use the appropriate reference:
| If project has... | Use reference |
|---|---|
next in package.json | references/nextjs.md |
react (no Next.js) | references/react.md |
| Python/Node.js backend only | references/backend.md |
NEXT_PUBLIC_DESCOPE_PROJECT_ID=<your-id>| Flow ID | Purpose |
|---|---|
sign-up-or-in | Combined signup/login (RECOMMENDED) |
sign-up | Registration only |
sign-in | Login only |
step-up | MFA step-up authentication |
update-user | Profile updates, add auth methods |
| Method | When to use |
|---|---|
| OTP (Email/SMS) | Quick verification codes |
| Magic Link | Passwordless email links |
| Passkeys | Biometric/WebAuthn (most secure) |
| OAuth | Social login (Google, GitHub, etc.) |
| SSO | Enterprise SAML/OIDC |
| Passwords | Traditional auth (not recommended) |
validateSession()references/nextjs.md - Next.js App Router integrationreferences/react.md - React SPA integrationreferences/backend.md - Backend session validation