Signup with google and get userinfo

I am using auth0-js in my react saas app. But some problems I have.

  • how to integration signup with google using auth0-js
  • tried to get userinfo using webAuth.client.userinfo() but 401 error is occurred

Hey there so basically this topic should be splitted into two parts.

  • In order to have that implemented you need to make use of connection parameter:

https://auth0.com/docs/libraries/auth0js/v9

also this:

  • When it comes to this bullet point we certainly need more details as with this one no code snippets provided we are not able to move forward. I would suggest opening a GitHub issue in auth0-js repo to have that solved by working directly with tool maintainers. Once you have that make sure to share it with us here so we can ping them. Thanks!

Have you had a chance to check my last message?