hoauth icon indicating copy to clipboard operation
hoauth copied to clipboard

Installation error when CSRF is enabled

Open Darkheir opened this issue 10 years ago • 1 comments

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 ...

Darkheir avatar Apr 11 '14 17:04 Darkheir

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)

SleepWalker avatar May 25 '14 05:05 SleepWalker