eric72

Results 3 issues of eric72

I added in my app the state parameter like that: constructor() { super({ clientID: GOOGLE_CLIENT_ID, clientSecret: GOOGLE_SECRET, callbackURL: 'my callback url', state: JSON.stringify({ "redirectUrl" : "test" }), scope: ['email', 'profile'],...

Hello, I would like to know how i can update the lib myself ? I took a branch made by someone else, this one: dab4e22a90 I updated the lib from...

Hi, I wanted to know how to work asynchronously with the lib, i tried to use promise in preConnect event, but if i use promise other event like prePublish or...