We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.
For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.
Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.
To add more context to this:
We want the ability to share the preview link of a page that's currently in a draft with non cms users. Currently we are using the preview link generated from the cms, and while it is shareable, it is only viewable for 5 minutes before the preview token expires. It would be great if there was a preview token that had a longer expiration time or be able to change the expiration timing, or a preview token that would not expire at all, like a special secret token only used for preview.
In the past, in a normal MVC architecture, could use a package like https://github.com/egandalf/eGandalf.Epi.PagePreview which would create a sharable preview link that would not expire. But with the new headless site architecture, we are limited by the preview token that is tied to the content graph, and data that is in not published.