Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ben BrooksBen BrooksReporter
Adam FraserAdam FraserStory Points
1Components
Sprint
NoneFix versions
Affects versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ben Brooks
Ben BrooksReporter
Adam Fraser
Adam FraserStory Points
1
Components
Sprint
None
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created June 21, 2023 at 11:53 PM
Updated August 31, 2024 at 11:01 AM
Resolved June 23, 2023 at 4:47 PM
authenticateJWTIdentity is setting JWTLastUpdated to time.Now() every time a JWT is used for authentication. This triggers an update to the principal document in updatePrincipal, which results in unintended sequence allocation and user doc mutation per authentication.
JWTLastUpdated should only be updated when one of the other JWT-related properties is modified on the principal.