tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 511 forks source link

added support for multi tenancy client apps #580

Open mowses opened 3 years ago

mowses commented 3 years ago

I added support for multi tenant client apps that use the "clients", instead of using authHost: ['host1', 'host2', 'hostN']. I think this way is better and you can customize the auth URI for each of your client apps.