Skip to content

@emdash-cms/cloudflare@0.34.0

Latest

Choose a tag to compare

@emdashbot emdashbot released this 18 Aug 12:31
· 6 commits to main since this release
4c3edad

Minor Changes

  • #1947 8313255 Thanks @swissky! - Adds the authenticated caller to plugin route handlers. Private plugin API routes now receive the requesting user as ctx.user (native format) / routeCtx.user (standard format) — { id, email, name, role, createdAt } — so plugins can implement per-user logic without trusting a user id from the request body. Public routes and machine tokens with no bound user receive undefined.

Patch Changes