You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, this is a great library. I have question about access control. How can I limit access to certain queues based on the bearer token? I know the feature is work in progress (Implement Access Control for your queues) but wondering if I can do something else in the mean time.
thank you
The text was updated successfully, but these errors were encountered:
Thanks for your interest. Unfortunately, all tokens have the same privilege for now. I still need to put some effort into thinking about what would be a good way to represent access control, and if it should be static based on some environment variables, or a dynamic system where you can add/remove access to the different queues... all ideas are welcomed.
Hi,
First of all, this is a great library. I have question about access control. How can I limit access to certain queues based on the bearer token? I know the feature is work in progress (Implement Access Control for your queues) but wondering if I can do something else in the mean time.
thank you
The text was updated successfully, but these errors were encountered: