fsprojects / pulsar-client-dotnet

Apache Pulsar native client for .NET (C#/F#/VB)
MIT License
301 stars 47 forks source link

feat: Add data:application/json;base64 support to AuthenticationOauth2 #263

Closed chriscameron-vertexinc closed 4 months ago

chriscameron-vertexinc commented 4 months ago

Added support for using OAuth2 with a base64 encoded string instead of a file path.

Workaround for https://github.com/fsprojects/pulsar-client-dotnet/issues/253

chriscameron-vertexinc commented 4 months ago

@Lanayx I've been able to drop these changes into my application and verify that the base64 credentials decode is working.