ovsep404
ovsep404
Fixes #465 ## Description This PR fixes the Basic Authentication header construction by removing the unnecessary and incorrect `urlencode()` calls. According to [RFC 2617 Section 2](https://datatracker.ietf.org/doc/html/rfc2617#section-2) and [RFC 7617](https://datatracker.ietf.org/doc/html/rfc7617), Basic...
**> I've submitted a fix for this issue in PR #466** ## Description The current implementation of Basic Authentication header construction in OpenIDConnectClient incorrectly URL-encodes the client credentials before base64...
### Description When running the translation extractor (`php bin/console translation:extract`), I encounter the following errors: - Form choice is not an array - Choice label is not a scalar string...