Technical & DevelopmentAdvanced
auth0-migration
Migrate or switch from an existing auth provider to Auth0.
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/auth0/agent-skills --skill auth0-migrationnpx skills add https://github.com/auth0/agent-skills --skill auth0-migrationOr paste this URL into your assistant to install:
Overview
What This Skill Does
Migrate users and authentication flows from existing auth providers to Auth0.
Application
When to use this Skill
- Adding secure Auth0 authentication to a Migration application
- Implementing standard login, logout, and token authentication flows in Migration
- Managing user session state and securing frontend/backend routes using Auth0 SDKs
Documentation
Show Skills.md file
Auth0 Migration Guide
Migrate users and authentication flows from existing auth providers to Auth0.
Overview
When to Use This Skill
- Migrating from another auth provider to Auth0
- Bulk importing existing users
- Gradually transitioning active user bases
- Updating JWT validation in APIs
When NOT to Use
- Starting fresh with Auth0 - Use
auth0-quickstartfor new projects without existing users - Already using Auth0 - This is for migrating TO Auth0, not between Auth0 tenants
- Only adding MFA or features - Use feature-specific skills if just adding capabilities
Migration Approaches
- Bulk Migration: One-time user import (recommended for small/inactive bases)
- Gradual Migration: Lazy migration over time (recommended for large active bases)
Lines 1 - 25 of 237
Recommendations