Skip to Main Content
Customer Feedback

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.

Created by Guest
Created on Oct 18, 2024

Expiration of the Content Graph preview token

Users used to share a link with a preview token and when other users hit it, it's already expired.

The time for the preview token is 5 minutes and it cant be changed. Even if we add all the users within the cms so they have access to view previews, a 5 minute time window before the preview token expires before they have to go back to the page and view the preview again does not seem like an adequate amount of time. There has to be some solution that can easily be put in place to increase the time of the token expiration.

We need a way so we can set a longer expiration time for Preview Tokens.


  • Guest
    Reply
    |
    Oct 29, 2024

    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.