simple-oauth2 icon indicating copy to clipboard operation
simple-oauth2 copied to clipboard

A simple Node.js client library for Oauth2

Results 21 simple-oauth2 issues
Sort by recently updated
recently updated
newest added

#### Context * *node version*: v18.12.1 * *module version*: 5.0.0 * *environment* (e.g. node, browser, native): Node * *any other relevant information*: #### How can we help? I was trying...

question

#### Context * *node version*: v19.7.0 * *module version with issue*: 5.0.0 * *last module version without issue*: unknown * *environment* (e.g. node, browser, native): node * *any other relevant...

#### Context * *node version*: v19.4.0 * *module version with issue*: v5.0.0 * *last module version without issue*: * *environment*: node * *any other relevant information*: #### What are you...

I'm trying to use CredentialsEncodingMode.LOOSE, as follows: ``` import {ClientCredentials, AccessToken, CredentialsEncodingMode} from "simple-oauth2"; ... this.oauth2 = new ClientCredentials( { client: { id: username, secret: password, }, auth: { tokenHost:...

#### Context * *node version*: v18.13.0 * *module version*: 5.0.0 * *environment* (e.g. node, browser, native): React * *any other relevant information*: #### How can we help? Need some with...

question

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 Release notes Sourced from path-to-regexp's releases. Backtrack protection...

dependencies

#### Context * 18 * ^5.1.0 * Node #### What problem are you trying to solve? When providing an invalid config to one of the constructors, in our case `AuthorizationCode`,...

fixes https://github.com/lelylan/simple-oauth2/pull/434#issuecomment-2566278330

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 Release notes Sourced from path-to-regexp's releases. Fix backtracking...

dependencies