Skip to content

Google integration #44

@amnporter

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?

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