This adds a feature to be able to transform a user from a plugin strategy. This is useful in the case that you want to return additional information about the user that is not contained within the backend user store.
For instance, in my application I have an existing service that contains a list of teams that the user belongs to. I want to be able to fetch those teams each time the user logs in, and not persist them in the users database.
This adds a feature to be able to transform a user from a plugin strategy. This is useful in the case that you want to return additional information about the user that is not contained within the
backend
user store.For instance, in my application I have an existing service that contains a list of teams that the user belongs to. I want to be able to fetch those teams each time the user logs in, and not persist them in the users database.