Skip to content

Auth0 deploy v8 migration#71

Merged
kazemicode merged 31 commits intomainfrom
auth0-deploy-v8-migration
Jan 9, 2026
Merged

Auth0 deploy v8 migration#71
kazemicode merged 31 commits intomainfrom
auth0-deploy-v8-migration

Conversation

@kazemicode
Copy link
Contributor

@kazemicode kazemicode commented Dec 29, 2025

Migrates auth0-deploy-cli to v8 and auth0 to v4.
Closes #56

To test:

  1. Clone this repo, checkout the correct branch and build the vsix:
    git clone https://github.com/auth0-training/labs-vscode-extension.git
    git checkout auth0-deploy-v8-migration
    cd labs-vscode-extension
    npm install (if this step fails, try doing rm -rf node_modules package-lock.json first)
    npm run build:production
    npm run package
  2. Open https://github.com/auth0-training/labs-node-working-with-spa-applications in a Codespace
  3. In the Codespace, uninstall the Auth0 Labs extension.
  4. Install the new extension build from vsix (vsix located in the your local clone of the extension repo).
  5. Test that you can successfully grant the extension authorization to one of your Auth0 tenants.
  6. Test that you can deploy lab resources (Creates the SPA app and API integrations in your tenant).
  7. Test that you can run the local lab environment set up (generates the .env files for your SPA app and API in the Codespace).

@kazemicode kazemicode closed this Dec 29, 2025
@kazemicode kazemicode reopened this Dec 29, 2025
Copy link

@xijing-zhang xijing-zhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - tested through end of CodeTour part 1: Create the Single Page Application in your Auth0 Tenant

@kazemicode kazemicode merged commit a6ff93c into main Jan 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update auth0 and auth0 deploy cli versions

2 participants