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
fix(oauth): Update Redis hash mapping when OAuth email changes
- Track old OAuth email to properly clean up Redis hash entries
- Remove stale email mappings when Gmail updates user email
- Ignore underscore-prefixed fields in account serialization
- Fixes PubSub notification matching for accounts with updated emails
This resolves issues where Google PubSub notifications fail to match
accounts after email addresses are updated or corrected during OAuth
profile synchronization.
0 commit comments