express-oauth-server icon indicating copy to clipboard operation
express-oauth-server copied to clipboard

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js

Results 55 express-oauth-server issues
Sort by recently updated
recently updated
newest added

I'm using token() with "password" as grant_type and am providing client, secret, username and password. The GetUser() of my model is able to retrieve and return the user. However, as...

Sending a PR to upgrade oauth2-server to 3.1.1 and allow for compatible upgrades.

To avoid critical security issues, lodash need to be updated to 4.17.21 urgently. https://snyk.io/test/npm/lodash/4.17.20

Or perhaps there is a fork that could be utilized or everyone just copy and update/maintain index.js file by themselves?

This middleware is actually very simple. So ported it to typescript. Install latest oauth2-server as separate package and avoid using this obsolete package. ``` import { Promise } from "bluebird";...

- Convert to ES6 style class - Removed bluebird in favor of native Node.js Promise - document functions - Fixed test so they exit properly

"body-parser" is in "devDependencies" section. It should be in "dependencies" section.

Bumps [sinon](https://github.com/sinonjs/sinon) from 1.17.7 to 11.1.2. Release notes Sourced from sinon's releases. Make resetHistory work for props Fix #1638: Make resetHistory work for props Speed up stub creation Performance: spend...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@​kirill-golovan) #4688: Usage...

dependencies

Bumps [supertest](https://github.com/visionmedia/supertest) from 0.15.0 to 6.1.4. Release notes Sourced from supertest's releases. v6.1.4 Merge pull request #715 from juanvillegas/feature/allows-expect-to-take-an-array 7e4645c Allows expect to accept an array of statuses ab252f3 https://github.com/visionmedia/supertest/compare/v6.1.3...v6.1.4...

dependencies