antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

Add support for rabbitmq-auth-backend-oauth2 #69

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello @AntonyVorontsov, I'm using this plugin - https://github.com/rabbitmq/rabbitmq-auth-backend-oauth2 on server side. How do I use RabbitMQ.Client.Core.DependencyInjection client side nuget package to configure oauth2?

please provide info for this. Thank you.