Added API key validation, JWT validation, Twitch OAuth validation, API key fetching. Needs severe clean up.

This commit is contained in:
Tom
2024-10-17 08:59:05 +00:00
commit 6c6cfd5d7e
6 changed files with 2693 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
dist/*
node_modules/*
.env