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
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.
113
+
114
+
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
115
+
`/api/0/sentry-app-installations/{}/authorizations/` endpoint with the below claims and payload.
0 commit comments