Is auth id kept private if I bind it to open ai plugin' "user" variable?

Hi! I am using the open ai plugin and I see there is an opportunity to bind something to the “user unique identifier” field.

If I bind the Xano auth id here will it be kept private or will this cause a security issue?

It will not be kept private, but I dont see a major treat for security here. The id of an user is already moving across the network when you fetch the authenticated user for example. It can depend of your app but I think you don’t need to secure this information.