How to authorize users to access private channels in Laravel Broadcasting using cookie authentication?
I am developing an application in Laravel that uses Broadcasting to implement real-time functionality using laravel/reverb. Currently, I am trying to authorize users to access private channels using cookie authentication.