We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd369ad commit 99adec3Copy full SHA for 99adec3
README.md
@@ -196,6 +196,8 @@ window.Echo = new Echo({
196
broadcaster,
197
// replace the placeholders
198
host: 'wss://{api-ip}.execute-api.{region}.amazonaws.com/{stage}',
199
+ authEndpoint: '{auth-url}/broadcasting/auth', // Optional: Use if you have a separate authentication endpoint
200
+ bearerToken: '{token}', // Optional: Use if you need a Bearer Token for authentication
201
});
202
```
203
0 commit comments