Manuel Spigolon
Manuel Spigolon
Meanwhile, I agree by adding the `client_id` as [it is mentioned in the standard](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3) I'm not sure why the `client_secret` is needed. Does vkoauth2 is not 100% standard-compliant? Moreover, the...
I need to correct myself: the client_id and secret are provided by config: ``` client: { id: process.env.CLIENT_ID, secret: process.env.CLIENT_SECRET }, ``` so I think your issue could be related...
> please provide a link to the function here: https://github.com/lelylan/simple-oauth2/blob/HEAD/API.md#options
Reopened as a feature request I think we could provide a feature for it, but as your example shows, there are stuff like compression and content type to deal with....
Blocked by https://github.com/npm/cli/issues/3933
Blocked by https://github.com/npm/cli/issues/4056
Would you like to send a Pull Request to address this issue? Remember to add unit tests.
Hi @israeleriston, maybe with a little delay 😇 but we are starting to build many fastify-usage examples in this repo. [Here ](https://github.com/fastify/example/blob/e43f0db55a5f16742554e80254a4790f255a38de/README.md) some basic info to start with. I hope...
> Not saying we should just pick favourites and call it a day, but rather than having a complex process I would prefer to keep things random as they are...
If we want to unblock this PR, I see these next steps: 1. define the parameters for the org to be pinned (ref https://github.com/fastify/website/pull/194#issuecomment-693576894 ) 1. define a better wording...