-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to add custom scope #84
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are almost merging this, thanks for your contribution!
@@ -0,0 +1,20 @@ | |||
abstract class Scope { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File name should be scopes (plural pls)
any update on this? |
@kgeorgek ? Are u planning to fix things from comment so we can merge or i should take over? |
@d3xt3r2909 sorry for the late response. I have been busy with other projects. As of now, I don't know when I will be able to update this PR. |
Can you take over then @d3xt3r2909 ? Seems like there's only a couple small things missing |
Guys, any update on this? 😅 |
Will do it in following days, sorry was busy with some other things |
Still without time, but having in mind I promise.. |
I am merging this PR to don't mess with committing to the fork branch since this PR is almost ready. Thanks @kgeorgek for making this available. Will open one PR to fix these comments |
Adds a user configurable way to define scope when using
LinkedInUserWidget
andLinkedInAuthCodeWidget
. This leaves the default scope asr_emailaddress%20r_liteprofile
, but allows user to set whatever scopes they want.This PR fixes issue mentioned in #83.
@d3xt3r2909 Let me know your feedback