Skip to content
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

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Conversation

kgeorgek
Copy link
Contributor

@kgeorgek kgeorgek commented Feb 13, 2023

Adds a user configurable way to define scope when using LinkedInUserWidget and LinkedInAuthCodeWidget. This leaves the default scope as r_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

lib/src/utils/configuration.dart Outdated Show resolved Hide resolved
lib/src/utils/configuration.dart Outdated Show resolved Hide resolved
@kgeorgek kgeorgek requested a review from d3xt3r2909 February 22, 2023 11:27
Copy link
Owner

@d3xt3r2909 d3xt3r2909 left a 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!

example/lib/main.dart Show resolved Hide resolved
lib/src/utils/scope.dart Show resolved Hide resolved
lib/src/utils/scope.dart Show resolved Hide resolved
@@ -0,0 +1,20 @@
abstract class Scope {
Copy link
Owner

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)

lib/src/utils/scope.dart Show resolved Hide resolved
@dzab5
Copy link

dzab5 commented Jun 5, 2023

any update on this?

@d3xt3r2909
Copy link
Owner

@kgeorgek ? Are u planning to fix things from comment so we can merge or i should take over?

@d3xt3r2909 d3xt3r2909 mentioned this pull request Jun 10, 2023
@kgeorgek
Copy link
Contributor Author

@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.

@dzab5
Copy link

dzab5 commented Jun 20, 2023

Can you take over then @d3xt3r2909 ? Seems like there's only a couple small things missing

@dzab5
Copy link

dzab5 commented Jul 10, 2023

Guys, any update on this? 😅

@d3xt3r2909
Copy link
Owner

Will do it in following days, sorry was busy with some other things

@d3xt3r2909
Copy link
Owner

Still without time, but having in mind I promise..

@d3xt3r2909
Copy link
Owner

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

@d3xt3r2909 d3xt3r2909 merged commit d2bbf7f into d3xt3r2909:master Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants