ybrs / pydisque

disque python client
MIT License
79 stars 13 forks source link

Password Authentication using pydisque #32

Closed herishbrithh closed 5 years ago

herishbrithh commented 8 years ago

It is required at times to keep the disque server password protected. Is there a way or shouldn't there be one to pass password as parameter while listening to the queue through disque client?

ybrs commented 5 years ago

fixed at ea5ce1576b66398c1cce32cad0f15709b1ea8df8

one can pass

Client(['localhost:7712', 'localhost:7711'], password='foobared')