auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
633 stars 309 forks source link

ClientCreate does not allow Google Social Login to be disabled #1005

Open cmoyer2 opened 5 months ago

cmoyer2 commented 5 months ago

Checklist

Description

The ClientCreateNativeSocialLogin interface does not have an option to to set the Google social login to false unlike the Management API at https://auth0.com/docs/api/management/v2/clients/post-clients. The web client I'm creating with the library has a Google login button enabled by default on the Universal Login page which is unwanted behavior.

Management API: 2024-05-06_19-11-25

auth0 SDK: 2024-05-06_19-12-21

Reproduction

Try to create a new Client and cannot specify the google parameter on the ClientCreateNativeSocialLogin interface.

Additional context

No response

node-auth0 version

4.3.1

Node.js version

v18

cmoyer2 commented 1 week ago

Any updates here?