You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OAuth state parameter security vulnerability (#521)
* Fix OAuth state parameter security vulnerability
Replace clientId in state parameter with secure random tokens to
prevent potential security issues. Update callback handler to use
stored clientId instead of reading from state parameter.
Supports both static and dynamic client registration flows while
maintaining backward compatibility.
* Add changeset
* Remove redundant clientId storage
We already persist the clientId in sqlite and post hibernation, gets
picked up from the reconnect params where the clientId is stored.
0 commit comments