Suggestion
This is a follow-up story for PoC #3771
Use Cases
Allow the strategy adapter to add a user profile factory that converts the returned user from a passport strategy to the user profile.
Examples
See the background and example in PoC PR
Acceptance criteria
Suggestion
This is a follow-up story for PoC #3771
Use Cases
Allow the strategy adapter to add a user profile factory that converts the returned user from a passport strategy to the user profile.
Examples
See the background and example in PoC PR
Acceptance criteria
UserProfileFactoryand keyUSER_PROFILE_FACTORYin@loopback/authenticationto help developers inject the factory wherever it'sneeded.
userProfileFactoryinStrategyAdapter's constructor.