Skip to content

Google access token is incorrect. #28

@Deimos620

Description

@Deimos620

I am implementing social login. To get access token from google oauth2:

this.authService.socialSignIn("google").subscribe((data: any) => {
         this.http.post(url, {access_token: data.token}, httpOptions).subscribe(() => {
         ....
         }
});

But this doesn't work for me. It seems data.token is not correct access token of google.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions