Skip to content

📙 Google Sign In documentation needs update #754

Closed
@kvnkuang

Description

@kvnkuang

Issue Description

Documentation for the Google Sign In function needs to be updated, reflecting changes introduced in version 4.13.0:

  1. access_token is no longer supported. Now, we have to use id_token.
  2. clientId needs to be specified when initializing a ParseServer instance.
new ParseServer({
  ... // other settings
  google: {
    clientId: "your Google Sign In client ID"
  }
}

I am happy to submit a pull request.

Thanks,
Kevin

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions