Refresh token of removed user from organization
Is there a way to remove users from an organization and then update their refresh token so that they don't have access to the organization anymore?
When I tested removing a user from their organization, I successfully removed the user from the organization but it seems like their refresh tokens doesn't get updated with the latest organization data. Console logging the output from
When I tested removing a user from their organization, I successfully removed the user from the organization but it seems like their refresh tokens doesn't get updated with the latest organization data. Console logging the output from
getOrganization says the the user is still inside the removed organization. Seems like the organization will only be gone if they logout and login back in.