U-Zyn Chua
U-Zyn Chua
You can still place files in Strategy/ despite of the .gitignore. You're not supposed to have nested git repos anyway. Do try loading of opauth, cakephp-opauth and google strategy via...
When loading via Composer, the strategies do not have to be in `strategy_dir` as Composer's autoloader automatically handles it. All you have to do is simply: ``` json "require": {...
Seems to be a problem with authentication provider sending the authenticated data back to your app.
@nithiz You're right about that. Perhaps validation should be taken out of this plugin and instead having the controller call a method to validate the request. PR is welcomed on...
You can simply set `Configure::write('Opauth._cakephp_plugin_complete_url', 'https://some-domain/path/to/login')` at your main CakePHP's app bootstrap.php.
Oh yeah, thanks for the bug report. Will take a look soon.
What Ethereum client are you using? And if Geth/Parity, are you on live or testnet?
Thanks for sharing your thoughts @graup @JacobEberhardt Points are clearly taken that we should not be making a decisions on unnecessary frameworks, esp. front-end ones. I initially had the same...
Is CLI the way to go? Many Ethereum frameworks or collection of tools seem to take this approach. We can also refer to https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html Which is somewhat a similar problem...
I'm starting to run into some of the usability issues esp. deployment like you have mentioned. I'm working on a dapp that involves both UI and a service (server) component....