Skip to content

Commit

Permalink
Update README references
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Jun 18, 2024
1 parent c95a02e commit bf87254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
| Version | Node support |
|----------------------------------------------------------------------------------|---------------------|
| [5.x](https://github.com/lelylan/simple-oauth2/tree/5.x) | Node 14.x or higher |
| [6.x (Development)](https://github.com/lelylan/simple-oauth2/tree/master) | Node 16.x or higher |
| [6.x (Development)](https://github.com/lelylan/simple-oauth2/tree/master) | Node 18.x or higher |

Older node versions are unsupported.

Expand Down Expand Up @@ -81,7 +81,7 @@ async function run() {
redirect_uri: 'http://localhost:3000/callback',
scope: '<scope>',
state: '<state>',

customParam: 'foo', // non-standard oauth params may be passed as well
});

Expand Down

0 comments on commit bf87254

Please sign in to comment.