Each Scheme's user detail under $auth.user['schemeName'] #1600
bramburn
started this conversation in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
Most login may have 1 user with many social platforms.
currently the auth allows for 1 user and 1 platform access via $auth.user
Would it not be beneficial to allow access to further information such as Display pic, stats or handler name from different platform accessible?
So app owners could use $auth.user['facebook'] to gain access then.
What does the proposed changes look like?
changing the auth.js setUser to include further attr for different strategies.
Beta Was this translation helpful? Give feedback.
All reactions