[Auth Providers] how to add scope for google

Hi @venkateshganta,

Well it’s a little more complicated, you’d have to override user plugin i guess :

And so recreate the nodes_modules folder ‘@strapi/plugin-users-permissions/server’ to override what you’d like to.

And then only override what you need. I guess for you it’s the service folder and then the providers-registry.js file and more specifically the google part of this :

Is that clear enough for you ?