ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Https setup #79

Closed ThomasDavisA closed 2 years ago

ThomasDavisA commented 2 years ago

Just trying to push this out here. Currently the address https;//koboldchatterers.com/webhooks/callback will respond with a 200 when I am running the server, but I should be able to change that whenever I get a proper webserver up and running. Otherwise the Twtich cli runs correctly and tests correctly, using a signing secret as well on top of the test.

I have added two custom kobolds as well and some code with them. The next push will address the code there, as I want to get back to main branch before I start doing anything else.

I updated express and added helmet for extra security.

mdavisprog commented 2 years ago

Everything looks good so far. The only I see is that the node_modules/helmet folder and contents are committed when it shouldn't be. This should be removed before a final merge.