Added “Allow External Token Issuance” setting (disabled by default). When enabled, authenticated users with the required role can issue tokens via the REST API from outside the WordPress admin — designed for CI/CD pipelines and automated workflows.
1.0.3
Gutenberg: automatically saves the draft before opening the external preview so the frontend always receives the latest content. Classic Editor: added a note prompting users to save before previewing, since unsaved changes are not reflected in the external frontend.
1.0.1
Preview URL now includes p=<post_id>&pt=<post_type>&preview=true alongside token= so the frontend can identify the target post and content type directly from the URL.