Jan 15, 2025
Great post !!
Actually I was after doing the auth both for Laravel app itself and React Native (API) at the same time;
it was tricky using Service provider; but with `withBroadcasting` it worked like a charm; now I can configure using multiple calls to `withBroadcasting` having different middleware and channel files.
Also curious if you have setup separate server for app and sockets(Reverb). !!
