I'm trying to perform authentication via the AUTH command. This works just fine through Redox but I can't do the same for Subscriber since it doesn't allow command execution.
Are there any plans to add this? For now I just forked the code and added a getter for the internal Redox inside the subscriber but it would be really nice if the upstream codebase supported this. Especially since I don't think it's such an odd request to be able to authenticate before subscribing to channels.
I can create a PR for this, just let me know how you would like to achieve this (exposing the Redox might not be so nice)
I'm trying to perform authentication via the
AUTHcommand. This works just fine throughRedoxbut I can't do the same forSubscribersince it doesn't allow command execution.Are there any plans to add this? For now I just forked the code and added a getter for the internal
Redoxinside the subscriber but it would be really nice if the upstream codebase supported this. Especially since I don't think it's such an odd request to be able to authenticate before subscribing to channels.I can create a PR for this, just let me know how you would like to achieve this (exposing the
Redoxmight not be so nice)