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

added support for line auth #6007

Merged
merged 4 commits into from
Sep 3, 2019

Conversation

ssafayet
Copy link
Contributor

I have added support for Line's OAuth Authentication.

@dplewis
Copy link
Member

dplewis commented Aug 31, 2019

Thanks for the PR. Can you add test cases and lint your code? npm run lint

@codecov
Copy link

codecov bot commented Aug 31, 2019

Codecov Report

Merging #6007 into master will decrease coverage by 0.13%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6007      +/-   ##
==========================================
- Coverage   93.74%   93.61%   -0.14%     
==========================================
  Files         156      157       +1     
  Lines       10939    10950      +11     
==========================================
- Hits        10255    10251       -4     
- Misses        684      699      +15
Impacted Files Coverage Δ
src/Adapters/Auth/index.js 93.1% <100%> (+0.12%) ⬆️
src/Adapters/Auth/line.js 100% <100%> (ø)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 90.58% <0%> (-2.36%) ⬇️
src/batch.js 89.79% <0%> (-2.05%) ⬇️
src/ParseServerRESTController.js 96.36% <0%> (-1.82%) ⬇️
src/Controllers/DatabaseController.js 94.84% <0%> (-0.18%) ⬇️
src/RestWrite.js 93.39% <0%> (-0.17%) ⬇️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.01% <0%> (-0.09%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09caa8f...f250130. Read the comment docs.

@ssafayet
Copy link
Contributor Author

ssafayet commented Sep 1, 2019

@dplewis I have modified authorization adapter's test to cover line's auth adapter inclusion. Let me know if anything needs to be done from my end.

@dplewis
Copy link
Member

dplewis commented Sep 1, 2019

Can you improve the test coverage?

@ssafayet
Copy link
Contributor Author

ssafayet commented Sep 3, 2019

Can you improve the test coverage?

The code coverage of the edited/added codes seems alright. It is affecting other modules. Any insights about it?

Copy link
Member

@dplewis dplewis left a comment

Choose a reason for hiding this comment

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

You are right. Coverage is good.

@dplewis dplewis merged commit 723fe3b into parse-community:master Sep 3, 2019
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
* added support for line auth

* fixed linting issues

* modified auth adapter spec to handle line auth adapter

* revert package.json changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants