forked from oauthjs/node-oauth2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Www authenticate #3
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 61 commits into
sambacha:trunk/patch-1
from
jhermsmeier:www-authenticate
Sep 27, 2020
Merged
Www authenticate #3
sambacha
merged 61 commits into
sambacha:trunk/patch-1
from
jhermsmeier:www-authenticate
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
Configure Renovate
Update dependency bluebird to v3.7.2
Update dependency jshint to v2.11.0
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.4...4.17.15) Signed-off-by: dependabot[bot] <support@github.com>
…odash-4.17.15 Bump lodash from 4.17.4 to 4.17.15
Update dependency mocha to v3.5.3
Update dependency sinon to v2.4.1
Update dependency statuses to v1.5.0
Update dependency basic-auth to v2
Update dependency type-is to v1.6.18
Update dependency jshint to v2.11.1
Update dependency should to v13
Update dependency sinon to v9
Release 3.0.2 🎉
Release 3.0.2 🎉
This reverts commit b84778b.
This rolls back mocha and sinon to the last release that support node v4, which allows us to keep testing against node v4 in our v3 release line. This mocha version does contain a vulnerability, however as this is only used for testing this package will not be installed for users of this library and so will not expose any risk (and should not be flagged to users running npm audit)
remove renovate in favour of dependabot
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.
…horize fix: validate requested scope on authorize request
docs: Ensure accessTokenExpiresAt is required
…umentaiton docs: Correct tokens time scale for 2.x to 3.x migration guide
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [jshint](https://github.com/jshint/jshint) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md) - [Commits](jshint/jshint@2.11.1...2.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This adds the WWW-Authenticate header for InvalidRequestError, InvalidTokenError, and InsufficientScopeError, as specified in RFC 6750, Section 3 Fixes oauthjs#553
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.