authentication
authentication copied to clipboard
Authentication plugin for CakePHP. Can also be used in PSR7 based applications.
I'm attempting to integrate Google Auth login to my CakePHP app. Google uses an array (access_token) with keys (token_id, created, expires_in, etc) to store token information about your successful auth...
in php 8.3 ldap_connect function throw a deprecated warning if used with the signature $host, $port instead of $dsn LDAP identifier set a custom error handler for catching ldap error...
### Description So in the `JwtAuthenticator` on line 154 the key-set is getting decoded with out the option of setting the algorithm. It uses Firebase\JWT\JWK which assumes that if no...
It seems some classes could need a bit of cleanup https://github.com/cakephp/authentication/blob/33b4fa34950b137c5ab263ad20347f8da9c5cf66/src/Authenticator/CookieAuthenticator.php#L77-L78 impossible code to run into probably at this point
Prepare https://github.com/cakephp/authentication/issues/716
We want to make a new major soon were we would then remove the deprecations we added: - IdentifierCollection (https://github.com/cakephp/authentication/pull/712) I would also like to see the following fixed up:...