You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Because i had a big problem with the session token, because the token expire in 1 minute, i will post the solution here.
After few hours of searching i found an solution. We need to use app-bridge-utils. We need to send the token in every request we made.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Because i had a big problem with the session token, because the token expire in 1 minute, i will post the solution here.
After few hours of searching i found an solution. We need to use app-bridge-utils. We need to send the token in every request we made.
Example:
` utils.getSessionToken(app).then(token => {
That's how the token will be taken before as the request to be sent. :)
Beta Was this translation helpful? Give feedback.
All reactions