salla-app-auth
Installation
SKILL.md
Salla App Auth Flow
Get and keep valid merchant tokens for your app — choose the OAuth mode, configure the app, receive/exchange tokens, and refresh them safely. Work through the steps in order; complete each gate before moving on. Step 2 performs actions with the Salla Partners MCP; the token handling is runtime code.
Publishing the app? → default to Easy Mode. Tokens arrive in the
app.store.authorizewebhook, so you don't need an OAuth/callbackorstatehandling. Custom Mode (a/callbackcode exchange) is mainly for local dev / Postman; shipping it in a published app without a real, justifiable use case can be rejected at Salla's admin review — so reach for Easy Mode rather than a familiar OAuth2 callback out of habit.
Tools & MCPs
| Tool | Action | What it does |
|---|---|---|
salla_scopes |
get / set |
Read or update the app's OAuth scopes (slugs, disabled flags, selected) |
salla_apps |
connect |
Set scopes, redirect URLs, and the webhook_url (app.store.authorize auto-delivers to it) in one call |