Skip to content

Google integration #44

Description

@amnporter

It looks like oauth2.js provides

post = {
		code: p.code,
		client_id: p.client_id || p.id,
		client_secret: p.client_secret,
		grant_type: 'authorization_code',
		redirect_uri: encodeURIComponent(p.redirect_uri)
	};

In order to get a refresh token from google, we need to add access_type=offline to the params. Is there a way I'm able to override and do so?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions