Releases: auth0-training/labs-vscode-extension
Releases · auth0-training/labs-vscode-extension
v1.1.3 - Fix Management Client Bug
Changed
- fixed bug that caused incorrect management client to be used when switching tenants.
v1.1.2 - Fix Switch Tenant Bug
[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
Added
- Implemented
auth0.exportTenant
command
Changed
- Updated dependencies
v1.1.0 - New Commands
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
Added
- Updated CI build to use correct release format
v1.0.2 - Cosmetic
Added
- Updated version
v1.0.1 - Cosmetic and Dependencies
Added
- Updated extension display name to Auth0 Labs in the marketplace
- Updated dependencies to latest versions
v1.0 - Initial Release
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