dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
572 stars 36 forks source link

WebAuthenticator: URI Encode state parameter in query string #124

Closed oliverholliday closed 9 months ago

oliverholliday commented 1 year ago

This seems superfluous, but works around an issue with Firefox where string quotes are being removed resulting in invalid JSON.

Fixes issue #117.

dotMorten commented 9 months ago

Closing in favor of another fix