Sign In — VS Code Extension
Connect your Avora account so the extension can load workspaces, published logic nodes, and generated code.
Task
Save an authenticated Avora session in VS Code and populate the extension sidebar.
Prerequisites
- The Avora extension is installed.
- You have an Avora email and password.
- The configured backend URL points to the Avora environment that contains your account.
Find This in VS Code
Use any of these entry points:
- Select Login to Start in the Avora sidebar.
- Run
Avora: Loginfrom the Command Palette. - Open
Avora: Account Actionsand choose Connect.
Steps
- Start the login flow.
- Enter your Avora email in the first input.
- Enter your password in the protected password input.
- Wait for Logged in to Avora.
- Open the Avora sidebar and confirm that your projects and published nodes load.
The extension stores the returned access token, and a refresh token when the server provides one, in VS Code's secret storage. It does not place credentials in the project folder.
Expected Result
The login-first message disappears, the project views populate, and the Avora status item can show your account and current project information.
Next Step
Use Status and Account or start with List and Select Projects.
Troubleshooting
- If the server rejects valid credentials, verify the backend URL and try again.
- If the views stay empty, run
Avora: Refresh Projects. - If your session is no longer valid, run
Avora: Logout, then sign in again. - If the account has no projects or published nodes, the corresponding view remains empty and offers a refresh action.