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
OAuth.auth('provider', req.session, {
credentials: credentials
})
.then(function (request_object) {
// Here request_object has been rebuilt from the credentials object
// If the credentials are expired and contain a refresh token,
// the auth method automatically refresh them.
});
Wondering if you can do this in browser JS.
Thanks
The text was updated successfully, but these errors were encountered:
Is this possible to do?
I know in the nodejs one it seems possible?
Wondering if you can do this in browser JS.
Thanks
The text was updated successfully, but these errors were encountered: