forked from oauthjs/node-oauth2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/add code coverage #2
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
Merged
sambacha
merged 109 commits into
sambacha:trunk/patch-1
from
Uzlopak:feature/add-code-coverage
Sep 27, 2020
Merged
Feature/add code coverage #2
sambacha
merged 109 commits into
sambacha:trunk/patch-1
from
Uzlopak:feature/add-code-coverage
Sep 27, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix link to RFC6750 standard
related to a NodeJS (nodejs/node#7074) and furthermore V8 bug (https://bugs.chromium.org/p/v8/issues/detail?id=3637); replaced seconds calculation with milliseconds.
readme: Update Slack badge and link
Update README.md
set numArgs for promisify of generateAuthorizationCode
fix: issue correct expiry dates for tokens
This reverts commit d3660f4.
Fix `hasOwnProperty is not a function` error
Added package-lock.json
…horize fix: validate requested scope on authorize request
…-request Extend model object with request context
Rectified the link to RFC 6750 paper
… errors given invalid response_type
Correct `generateAccessToken` invocation to include the correct parameters
Correct generateAccessToken invocation
to-dependencies-from-devDependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.