Drmario901 started a new conversation+100 XP
5mos ago
Hi everyone, I need help understanding how to authenticate private channels in Laravel 12 when using Laravel Reverb together with Tymon JWTAuth.
My project is API-only (no sessions, no cookies, no web middleware). All authentication is done through JWT (Bearer token).
I want to know:
How can I authenticate '/broadcasting/auth' using JWT so that private channels work correctly in Laravel 12?
If anyone has an example, recommended approach, or knows how Laravel 12 expects broadcasting authentication to work without sessions, I’d really appreciate your guidance.
Thanks in advance!