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
313 stars 46 forks source link

revoke code before validating redirect uri 4.x #232

Closed jorenvandeweyer closed 1 year ago

jorenvandeweyer commented 1 year ago

Summary

Revoke authorization code before validating redirect uri

Linked issue(s)

fixes https://github.com/node-oauth/node-oauth2-server/issues/82 fixes https://github.com/oauthjs/node-oauth2-server/issues/637

Involved parts of the project

Added tests?

OAuth2 standard

Reproduction