oauth2-server-php-docs
oauth2-server-php-docs copied to clipboard
Add note regarding CSRF protection to documentation/step-by-step walkthrough
trafficstars
The /authorize implementation described in the step-by-step walkthrough allows for CSRF, where an attacker would be able to forge a request bypassing the authorization form.
It would be great if a note could be added so that future developers are aware of this. An example implementation would also be incredibly useful.
See https://github.com/bshaffer/oauth2-server-php/issues/270