node-oauth / node-oauth2-server

🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
https://www.npmjs.com/package/@node-oauth/oauth2-server
MIT License
286 stars 39 forks source link

docs: fixed verifyCode example #302

Closed kristofferjansson closed 1 month ago

kristofferjansson commented 2 months ago

Summary

This fixes poor example code for verifyScope in the documentation

Linked issue(s)

301

Involved parts of the project

Documentation only

jankapunkt commented 1 month ago

Thanks a lot for pointing this out and also fixing it! 🚀