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

Line provider #997

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Line provider #997

wants to merge 4 commits into from

Conversation

nitipatl
Copy link

@nitipatl nitipatl commented Sep 2, 2018

Q                       A
Fixed Issues?
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature? Line provider
Documentation PR

Do you have any suggest?

  • I had concerned about using JWT package in this project.

src/Provider/Line.php Outdated Show resolved Hide resolved
@StorytellerCZ
Copy link
Contributor

LGTM

@@ -16,7 +16,8 @@
"gitter": "https://gitter.im/hybridauth/hybridauth"
},
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0",
"firebase/php-jwt": "^5.0"
Copy link
Member

@miled miled Sep 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not fan of unnecessary dependencies. Ideally JWT::decode would be contained in the adapter.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@miled @nitipatl

I created nitipatl#1 where JWT is moved to third-party packages of Hybridauth.
Is this OK. I think it is because JWT will maybe be also used by other packages in the future.

So, @nitipatl should merge that PR, so it will be added to this.

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.

None yet

4 participants