saleor-security

Installation
SKILL.md

Saleor Security

Before writing code

Fetch live docs:

  1. Web-search site:docs.saleor.io authentication JWT tokens for current JWT authentication flow
  2. Web-search site:docs.saleor.io apps permissions for App token authentication and permission model
  3. Web-search site:docs.saleor.io OIDC OpenID Connect for OIDC integration configuration
  4. Web-search saleor webhook payload signature JWS verification for webhook signature verification
  5. Fetch https://docs.saleor.io/docs/developer/app-store/apps/overview for App authentication patterns
  6. Web-search saleor CORS security headers production for CORS and header configuration

JWT Authentication Flow

Saleor uses JSON Web Tokens for staff and customer authentication. Tokens are obtained via GraphQL mutations and passed as Bearer tokens.

Token Lifecycle

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026