Alessio Dal Bianco

Results 5 comments of Alessio Dal Bianco

> Any updates on the authentication PR? thanks! > > Also, Bitubkcet is deprecating basic auth for API requests. App password won't work because scopes are required for API requests....

> I'm using an app password generated on my account. I'm passing > > ``` > auth: { > type: 'apppassword', > username: account, > password: apppassword > } >...

+1 for this feature!

In my case this error was throwing since I was using pure Node.js: ``` ResponseError: Confluent_Schema_Registry - Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`) ``` @joshjluo...