Skip to content
Discussion options

You must be logged in to vote

It seems that there are problems with the query param, not sure why but changing it to the first scope actually fixed it

    GoogleProvider({
      clientId: process.env.GOOGLE_CLIENT_ID ?? "",
      clientSecret: process.env.GOOGLE_CLIENT_SECRET ?? "",
      authorization: {
        params: {
          scope:
            "https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar openid email profile",
        },
      },
    }),

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robertwt7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant