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
Is there any way that this package can be used in an API-level integration? Like I have already figured out the authorization url generation but I can't seem to figure out the way on how to refresh the tokens in API level. I have saved my tokens in the database attached to a user and their company/business and I am currently trying to implement the refresh. It seems that the processHook() function is always returning false since the token is not living in the session/cookie.
Is there a way to manually "refresh" the tokens?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Is there any way that this package can be used in an API-level integration? Like I have already figured out the authorization url generation but I can't seem to figure out the way on how to refresh the tokens in API level. I have saved my tokens in the database attached to a user and their company/business and I am currently trying to implement the refresh. It seems that the processHook() function is always returning false since the token is not living in the session/cookie.
Is there a way to manually "refresh" the tokens?
Thanks!
The text was updated successfully, but these errors were encountered: