jaredhanson / passport-oauth2

OAuth 2.0 authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-oauth2/?utm_source=github&utm_medium=referral&utm_campaign=passport-oauth2&utm_content=about
MIT License
607 stars 343 forks source link

code challenge and code challenge method parameters #128

Open rohank05 opened 4 years ago

rohank05 commented 4 years ago

I am using this for making a API call. The API uses oauth2 but it needs code challenge. Which is making it impossible to make calls API Docs

Here is the error I am getting {"error":"invalid_request","message":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.","hint":"Check thecode_challengeparameter"}