App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey guys,
Every time we onboard a new customer we have to ask them for an admin access token. Instead of doing that, I want to create an app that would intercept the access token when customer install and authorize the app, encrypt and store in a database.
I'm reading a lot of documentation, but still uncertain about it. From this flowchart I get the sense that I could intercept the returned access token after authorization and store it. However, I see here that apps created within Partners Dashboard authenticate with OAuth as well. So I'm thinking that my idea of storing an access token to use outside the app to make requests would not work.
What do you guys think?