Yes that is what I plan on doing for the access_token but I need a refresh token for each of my companies. I want to keep the refresh token secure but I’m not sure how Glide’s SECRET parameter works (I saw it on the glide API video). I’m going to be upgrading from a legacy starter to a business subscription soon and want to be prepared.
You’re referring to the “Secret” parameters in the Call API action, yes?
These are stored server side, so you can safely/securely use access tokens there.
1 Like
I ended up using this method. Seems to work well
1 Like