auth0 / auth0-PHP

PHP SDK for Auth0 Authentication and Management APIs.
https://auth0.com/docs/libraries/auth0-php
MIT License
380 stars 209 forks source link

Decode HTML Entities on CookieStore Decrypt #765

Closed lochiiconnectivity closed 2 months ago

lochiiconnectivity commented 2 months ago

Decode HTML Entities on CookieStore Decrypt as some security frameworks add HTML Entity Encoding to received data.

Changes

Decoding of HTML Entities performed from received cookie data , where a security framework has encoded them.

References

Resolves #764

Testing

Tested and running this in a production environment.

Contributor Checklist

evansims commented 2 months ago

Thanks for your contribution! As noted in #764 I'm afraid this isn't a change we can accept for inclusion in the SDK, but I offered an alternative that may work for you.