node-oauth-example icon indicating copy to clipboard operation
node-oauth-example copied to clipboard

Implementing OAuth 2.0 with Node.js

Results 6 node-oauth-example issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

The example did not work until I found out that the public/index.js also needs to be changed w.r.t. the client_id.

After successful authorization, it fails in welcome.html while trying to fetch user details using the user info API, due to CORS restrictions. I am receiving the following error. I tried...

On Visual Studio Code, running "node index.js" doesn't do anything. This is the first time this is happening to me. Any ideas? Thanks

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...

dependencies