I have a Single-Page-App which uses App Bridge and manually fetches a token on page load with getSessionToken.
It seems like the token has it’s expiry set to 1 minute only. This means after 1 minute, the token will not work with my backend app.
What am I missing? Why is the token set to expire only in 1 minute.. how should I be handling this?