> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# November 2025 Highlights

> Bearer-token API auth, webhook logs, and the accessibility pass

## November 2025

November was a quieter month with an outsize developer impact: Bearer-token API authentication landed (alongside its org-scoping guarantees), every webhook delivery got logged and surfaced in the admin UI, and the org settings area was consolidated into a single coherent surface. The accessibility pass also closed a long list of WCAG gaps across the user app.

<Update label="November 2025" description="Developer surface + accessibility">
  ### For Developers & Integrators

  <CardGroup cols={2}>
    <Card title="Bearer-token API auth" icon="shield-halved">
      The `Authorization: Bearer` path launches across Integration and Admin APIs — RBAC-scoped, individually revocable, org-enforced (#1283). See [Authentication](/api-reference/authentication).
    </Card>

    <Card title="Webhook log collection" icon="webhook">
      Every webhook delivery attempt is now recorded with payload, response status, and latency (#1272). Surfaced through `GET /webhooks/logs` — see [Webhooks](/api-reference/webhooks).
    </Card>
  </CardGroup>

  ### For Admins & Community Managers

  <CardGroup cols={2}>
    <Card title="Org settings consolidation" icon="sliders">
      Every organisation-level setting now lives in one consolidated section of the admin dashboard (#1312).
    </Card>

    <Card title="Reward filter + sort" icon="filter">
      New filter and sort controls across the rewards list (#1332).
    </Card>

    <Card title="Giveaway winners — entry list" icon="trophy">
      Track every entry that made a giveaway-winner shortlist (#1342).
    </Card>
  </CardGroup>

  ### For Community Members

  <CardGroup cols={2}>
    <Card title="Comment + like completion timer" icon="heart">
      Challenges with comment/like actions now show a countdown until they complete (#1285).
    </Card>

    <Card title="Accessibility pass" icon="universal-access">
      A wide WCAG-focused pass across the user app — keyboard nav, contrast, screen reader labels (#1330).
    </Card>
  </CardGroup>

  ### In this period

  * 7 PRs merged.
</Update>

## Related

<CardGroup cols={2}>
  <Card title="October 2025" icon="arrow-left" href="/whats-new/highlights/2025-10">
    Configurable XP per action and Redis caching.
  </Card>

  <Card title="December 2025" icon="arrow-right" href="/whats-new/highlights/2025-12">
    The Shopify partner app and email notification infrastructure.
  </Card>
</CardGroup>
