🛠 Fixes
- Added validation for the
request_uri
parameter in authorization requests to enhance security and compliance
Detailed Description
Added validation for the request_uri
parameter in authorization requests
- This update introduces validation for the
request_uri
parameter in authorization requests, ensuring that only pre-registered or otherwise compliant URIs are processed. This enhancement prevents potential misuse or injection attacks and improves the server's compliance with OpenID Connect standards. Applications leveraging therequest_uri
feature will benefit from increased security and reliability in their authorization workflows.
What's Changed
Full Changelog: v1.3.0.1...v1.3.1