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
Need to figure out a way to handle refresh tokens since this app isn't a web app. Right now I'm thinking store the refresh token and the access token in the basecamp-auth web app database. Then, provide an API call that the alfred workflow can call when it's token has gone bad. That way the workflow doesn't need to know the client_id or client_secret.
The text was updated successfully, but these errors were encountered:
Need to figure out a way to handle refresh tokens since this app isn't a web app. Right now I'm thinking store the refresh token and the access token in the basecamp-auth web app database. Then, provide an API call that the alfred workflow can call when it's token has gone bad. That way the workflow doesn't need to know the client_id or client_secret.
The text was updated successfully, but these errors were encountered: