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
Unlike several other passport strategies (including passport-facebook, passport-github, and passport-twitter) that provide the user avatar in the profile objectphotos field, passport-gitlab2 uses avatarUrl instead.
Is there any reason for that? Would you accept a PR that change it?
The text was updated successfully, but these errors were encountered:
I agree with previous post. Having the field with different name cause me troubles on NestJs AuthGuard validate function, I can extract it based on your naming, but If I try later to fetch it from the Request callback function, it has disappeared :'(
Unlike several other passport strategies (including passport-facebook, passport-github, and passport-twitter) that provide the user avatar in the profile object
photos
field, passport-gitlab2 usesavatarUrl
instead.Is there any reason for that? Would you accept a PR that change it?
The text was updated successfully, but these errors were encountered: