You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a google = require('googleapis') dependency declared but never used.
It looks like every token received will get a valid session or will be created as a new user, I think there should be a token check against the google api !?
There's a
google = require('googleapis')dependency declared but never used.It looks like every token received will get a valid session or will be created as a new user, I think there should be a token check against the google api !?