microsoft / kafka-proxy-ws

A robust, scalable, high performance WebSockets based proxy for Kafka.
144 stars 37 forks source link

Adding custom authentication mecanism #6

Open evrycollin opened 6 years ago

evrycollin commented 6 years ago

Hi,

First, thanks for this great, robust and simple Kafka proxy !

May I suggest an enhancement that will help for integration ? It would be nice to be able to define a custom auth callback method from server config. Basic auth is a good starting point, but not secured enough ... This will allow me to implement easily a custom JWT (Json Web Token) Auth0 policy.

I can help on this topic if needed ..

Thanks for answer and best regards,

Evry