cakephp-oauth-server
cakephp-oauth-server copied to clipboard
OAuth2 Server Plugin for CakePHP
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...
Refactor
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...