cakephp-oauth-server icon indicating copy to clipboard operation
cakephp-oauth-server copied to clipboard

OAuth2 Server Plugin for CakePHP

Results 4 cakephp-oauth-server issues
Sort by recently updated
recently updated
newest added

This methods fail when customize userModel, because try to acces to User key

This changeset addresses issue #26: - Enlarging secret columns. I'm not sure what's the correct length for those fields, but I picked 132 since that seem to be the minimum...

This changeset refactor out the OAuth interface implementations into `OAuthUtility`. Leaving the component backward compatible (code-wise). The next commit implements OAuthAuthenticate class that uses the interface in OAuthUtility. This class...