node-oauth2-server
node-oauth2-server copied to clipboard
Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 14.0.1. Changelog Sourced from sinon's changelog. 14.0.1 6c4753ef Fixed CSS selectors in _base.scss and changed blockquote default size to 16px. (Jose Lupianez) A bunch of...
Hi node-oauth2-server uses lodash which has many know vulnerabilities some some of them high and even critical are there any plans to fix this issue?
On the [OAuth guide for The Authorization Response](https://www.oauth.com/oauth2-servers/authorization/the-authorization-response/) says the redirect has to be attached with an invalid_request error query string parameter when: > invalid_request – the request is missing...
I can not see any code examples or documentation details, even got some weird errors. `{ "statusCode": 401, "message": "Unauthorized request: no authentication given" }`
In the installation section of the README: ``` The oauth2-server module is framework-agnostic but there are several officially supported wrappers available for popular HTTP server frameworks such as [Express](https://npmjs.org/package/express-oauth-server) and...
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 5.2.0 to 10.2.0 Release notes Sourced from...
here is a case that one client has one thousand of users, each user has a redirect url. the client object will bind one thousand of urls, it is too...
Enables custom logic to validate token while token authentication for resource access.
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.5.0 to 15.0.1. Changelog Sourced from sinon's changelog. 15.0.1 aa493da4 Upgrade to fake-timers v10.0.2 (Carl-Erik Kopseng) Contains several fixes b3ee0aa5 Use Node version 18 in Runkit examples...
Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@j0tunn) :bug:...