-
Notifications
You must be signed in to change notification settings - Fork 638
Do I still need a pusher key? #25
Comments
You can generate every secret you want :) You don't need a Pusher Account anymore. |
Sorry if this is too much basic. But my understanding is pusher secret, app id, key are generated on Pusher. So are you saying, to use this websocket module, I don't need to define key, secret or app id? |
I say you don't need to use a secret from pusher. You can generate every string you want :) |
Thanks for that 👍 |
@mathewparet Did using random strings work for you? |
@BenQoder check out https://docs.beyondco.de/laravel-websockets/1.0/getting-started/installation.html There are the "random strings" defined. They're not totally random as in you can put in anything in the client, but are defined in So if you follow along the installation you can set any random string it it will just work ™️ |
Its not obvious from the docs |
I can see in the example code provided in your documentation you have used something similar a lot:
and:
So do I still need a PUSHER_APP_SECRET or PUSHER_APP_ID or PUSHER_APP_CLUSTER or pusher-key for this to work?!
The text was updated successfully, but these errors were encountered: