How to sign in to the developer portal
Your unified account
The ${brand.name} developer portal uses the same account as the storefront. When you sign in, you access both:
- Storefront: Browse and buy apps
- Developer Portal: Publish and sell your own apps
No separate password. You create one password when you sign up, and it works on both surfaces.
Signing in for the first time
- Go to the developer portal home page.
- Click "Sign in." You'll be redirected to the storefront sign-in page.
- Enter your email and password. Use the same credentials as your storefront account.
- You may see a consent screen. On your first sign-in, ${brand.name} asks you to confirm that the developer portal can access your account. This is a standard security check (OIDC). Click "Authorize" or "Allow" to proceed.
- You'll be redirected back to the developer portal. You're now signed in and can publish apps.
After you sign in
Once you're signed in, you can:
- Create and manage repositories
- Set up SSH keys for secure Git access
- View your listings and sales
- Access the code search
- File and respond to issues
Setting up SSH keys
To clone and push to repositories securely, you'll want to set up SSH keys:
- Sign in to the developer portal.
- Go to Settings. Click your profile menu (top-right corner) and select "Settings."
- Navigate to SSH Keys. You'll see an option to add SSH keys for your repositories.
- Generate a key if you don't have one. Follow the instructions in the SSH Keys section.
- Paste your public key. Add your SSH public key (the one ending in
.pub) to your developer portal settings.
Once your SSH key is set up, you can clone repositories with:
git clone git@scriptreeapps.com:YOUR_USERNAME/REPO_NAME.git
Staying signed in
Your sign-in session will stay active as you browse the developer portal. When you leave and come back, your session may still be active if you haven't cleared your browser's cookies.
Signing out
To sign out:
- Click your profile menu (top-right corner).
- Select "Sign out." You'll be logged out and redirected to the home page.
Troubleshooting
Forgot your password?
Use the storefront's password recovery flow:
- Go to the storefront and click "Forgot password?"
- Follow the steps to reset your password
- You can now sign in to both surfaces with the new password
Don't have an account yet?
Create a free account on the storefront. You'll use the same account to publish on the developer portal.
Still having issues?
Contact our support team for help.