Hi Payload team and community,
I’m trying to set up live preview for frontend pages using Payload CMS. My goal is to make the preview accessible only to logged-in admin users or via a password-protected link, so it’s not publicly accessible.
Does anyone have a recommended approach, plugin, or configuration to achieve this? For example:
Can livePreview.url be dynamically restricted based on the logged-in user?
Or is it better to handle this entirely on the frontend using JWT/auth?
Any guidance, examples, or tips would be greatly appreciated.
Thanks!