hoauth
hoauth copied to clipboard
Installation error when CSRF is enabled
When CSRF is enabled on the site the installation process fail. I think that the CSRF token is not send along with the other data in the POST request.
But since the installation file is from Hybrid Auth, the issue is not really easy to solve ...
I will write my custom installer, because that of HybridAuth not suits my point of view :)
It is better when user can reedit the config and when it will be easier to built-in this config controller into Yii module/controller (e.g. admin panel)
and I will try not to forget about CSRF (at the moment I do not use the CSRF for my project. When I tried to do that, it was to many errors introduced by this feature. And it was problems with ajax requests)