Sviatoslav

Results 48 comments of Sviatoslav

you shouldn't use that properties. That was only for demo. You should use only those, you need. `HOAuthAction::attributes` property used to automatically map your model's properties to the info, that...

Yes the problem is, that I have not let two accounts from one provider. I have not thought, that it is necessary. I'll wil fix this soon. For now you...

Hi, @cornernote so I simply need to commit something like this: ``` json { "name": "sleepwalker/hoauth", } ``` and than simply add my project to packagist, am I right? P.S....

oh, yes. sorry) I have added the version number there before I have read that it is not required and after that introduced this mistake)

I have added it. But packagist says that you need use "sleepwalker/hoauth": "dev-master" instead of "sleepwalker/hoauth": "1.2.4". Is it normal, or packagist sees no tags in my repo?

HybridAuth I will make as dependency later, because at the moment in my repo the modificated version of old HybridAuth. And the new one version I should test, before I...

Yeah, that was not so clever from my side... for now it's better that you adjust this callback by yourself for your project. In the next update, that I will...

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

@stansv how about chaining the limiters? ```js const limiterPerDay = new Bottleneck({ reservoir: 5000, reservoirRefreshAmount: 5000, reservoirRefreshInterval: 24 * 60 * 60 * 1000, // must be divisible by 250...

moreover raf is required for recent React versions. So it should be actually already polyfilled by lib consumers.