romanzipp / Laravel-Twitch

Twitch Helix API PHP Wrapper for Laravel
https://packagist.org/packages/romanzipp/laravel-twitch
MIT License
108 stars 18 forks source link

Secret for EventSub (Question) #115

Closed chenchogalvan closed 2 years ago

chenchogalvan commented 2 years ago

maybe is a dumb question but...

how can i create a secret for my EventSub? i need to get it from twitch or just i need to write a simple word like a password?

Katzen48 commented 2 years ago

You define the secret. When you subscribe to a topic, the secret is sent to Twitch's EventSub system and all incoming notifications contain a signature, created with your secret.

This is for you, to verify the identity.