w3c / ash-nazg

One interface to find all group contributors and in IPR bind them
https://labs.w3.org/repo-manager/
MIT License
22 stars 24 forks source link

oauth login: fix response #228

Closed deniak closed 2 years ago

deniak commented 2 years ago

The last version of passport-oauth2 (1.6.1, see changelog) is breaking the test suite as it'll return an error if an access_token cannot be found. That PR updates the body according to the doc so the access_token can be correctly parsed.