-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(sentry apps): Update the refresh token docs to have manual refresh #15390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
docs/organization/integrations/integration-platform/public-integration.mdx
Outdated
Show resolved
Hide resolved
docs/organization/integrations/integration-platform/public-integration.mdx
Outdated
Show resolved
Hide resolved
Bundle ReportChanges will decrease total bundle size by 44.2kB (-0.19%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
|
| ``` | ||
|
|
||
| ### Refreshing Tokens Manually for Integrators | ||
| Sometimes incidents or other technical anomalies can lead to token refreshing being committed on the Sentry side but then the token is lost in transmission on the way back. As a result, we've added a method for integrators to explicitly refresh and request a new token for their installers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the sentence is fine. You can just technical anomalies, I don't think incident means the same thing everywhere.
| ### Refreshing Tokens Manually for Integrators | ||
| Sometimes incidents or other technical anomalies can lead to token refreshing being committed on the Sentry side but then the token is lost in transmission on the way back. As a result, we've added a method for integrators to explicitly refresh and request a new token for their installers. | ||
|
|
||
| This manual refresh method uses a different authorization scheme where you will need to send a JWT signed with your client secret to the previous |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for someone not to use this every time to get a refresh token? I mean should we recommend that instead of asking them to refresh after fail?
DESCRIBE YOUR PR
Adds docs to the integration platform telling integrators how to use the new manual refresh method to refresh their installers tokens.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
Images