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
Describe the bug
Currently when we make a call to the /login endpoint, we check to ensure that the data in the user's latest token matches the data in the Groups BB. However, we are currently not updating this data everywhere it is stored (eg. posts).
Expected behavior
User data should be updated everywhere it is stored if it changes in the token.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently when we make a call to the
/login
endpoint, we check to ensure that the data in the user's latest token matches the data in the Groups BB. However, we are currently not updating this data everywhere it is stored (eg. posts).Expected behavior
User data should be updated everywhere it is stored if it changes in the token.
The text was updated successfully, but these errors were encountered: