bruce

Results 6 comments of bruce

ended up listening w/ web3 and passing messages around w/ store and handled then in middleware

I tried a month or so ago when I noticed custom connections were available in 10.5.x to get an electron + react version working, but never could. I didn't have...

@chenkie as a simple example you can setup a twitch 3rd party connection, though I believe I validated this happens with other custom 3rd party connections. Twitch connection settings: user...

I had a really funky workaround for this, but I think I have these social logins working based on a fork of https://github.com/iamkevingreen/electron-react-auth0. Works with Twitch which presented the issue...

@skunkwerk - does it work from the console when you test the google auth? e.g. https://manage.auth0.com/#/connections/social

I always cd to the directory and specify the function when run locally on windows docker run -v %cd%:/var/task lambci/lambda:$platform $file.$function $event e.g. docker run -v %cd%:/var/task lambci/lambda:python2.7 handler.dostuff {\"data\":...