GitHub user rohitm-espl created a discussion: How can I increase or change the expiration time of the JWT returned by /api/v1/security/guest_token/ in Superset
I am generating embed guest tokens using the Superset API endpoint: ```bash POST /api/v1/security/guest_token/ ``` The token works, but it expires too quickly. I want to extend the lifetime of this JWT because my dashboards are embedded inside another application where users stay logged in longer. Is there a configuration setting in `superset_config.py` or an environment variable that controls guest token expiration? GitHub link: https://github.com/apache/superset/discussions/35995 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
