Skip to content

Releases: auth0-training/labs-vscode-extension

v1.1.3 - Fix Management Client Bug

10 Sep 15:06
d3512cc
Compare
Choose a tag to compare

Changed

  • fixed bug that caused incorrect management client to be used when switching tenants.

v1.1.2 - Fix Switch Tenant Bug

09 Sep 17:25
a5e1cd9
Compare
Choose a tag to compare

[1.1.2] - 2021-09-09

Changed

  • fixed bug that caused incorrect tokenset to be used when switching tenants.

v1.1.1 - Export Tenant Command

08 Sep 19:58
f84485f
Compare
Choose a tag to compare

Added

  • Implemented auth0.exportTenant command

Changed

  • Updated dependencies

v1.1.0 - New Commands

01 Sep 16:50
aee8dc1
Compare
Choose a tag to compare

Added

  • Implemented auth0.lab.openEndpointByName command
  • Implemented auth0.lab.localConfigure command
  • Implemented auth0.lab.tenantCofigure command

Changed

  • Updated dependencies

Removed

  • Removed direct dependency on CodeTour and RestClient
    • These dependencies should now be defined in the devcontainer.json file

v1.0.3 - Cosmetic

09 Aug 15:50
Compare
Choose a tag to compare

Added

  • Updated CI build to use correct release format

v1.0.2 - Cosmetic

09 Aug 15:27
Compare
Choose a tag to compare

Added

  • Updated version

v1.0.1 - Cosmetic and Dependencies

09 Aug 15:18
Compare
Choose a tag to compare

Added

  • Updated extension display name to Auth0 Labs in the marketplace
  • Updated dependencies to latest versions

v1.0 - Initial Release

06 Aug 20:00
Compare
Choose a tag to compare

Added

  • Device Code Flow authentication
  • Refresh Token based authentication
  • CRUD Applications and APIs
  • Lab project detection
  • Lab tenant configuration
  • Lab environment configuration
  • Custom debugger view