ce-auth

Installation
SKILL.md

LLM Docs Header: All requests to https://llm-docs.commercengine.io must include the Accept: text/markdown header (or append .md to the URL path). Without it, responses return HTML instead of parseable markdown.

Authentication & User Management

Prerequisite: SDK must be initialized. See setup/ if not done.

When to Implement Auth Directly

If using Hosted Checkout, login and registration are usually handled inside the checkout drawer. Build custom auth UI only when the storefront needs logged-in state outside checkout, for example:

  • account pages
  • saved addresses
  • order history
  • loyalty or wallet pages
  • a persistent signed-in header state

Current Mental Model

Installs
29
First Seen
Feb 22, 2026
ce-auth — commercengine/skills