Lilian
Lilian
See https://github.com/codeoverflow-org/nodecg-io/pull/408#issuecomment-1006896276. After doing some research I found out that a key derivation function like PBKDF2 is probably better suited for this than a plain hashing algorithm. CryptoJS actually already...
### Description Many bundles inside nodecg-io have a UI that is built using esbuild. Currently this list includes the following bundles: - core dashboard - debug service dashboard - StreamElements...
### Description Add a udp service that can interact with a udp server. Could also be used with udp multicast groups. ### References [node.js dgram module docs](https://nodejs.org/api/dgram.html)
### Description Add a tcp client service for interaction with e.g. custom TCP protocols or wireless microcontrollers like the ESP32. Configuration for this service should include at least host and...
### Description Currently bundles don't have any config and if they want the user to be able to customize some things currently the bundle dev needs to create a GUI...
### Description Currently a bundle can have access to only one service instance per service type. We need to discuss if we want to support that a bundle could use...
### Description Currently the Wiki is just in this repo and should be moved into a separate repository just like the one of ChatOverflow. It should also be built by...
### Description All services that can use the OAuth2 implicit flow or [PCKE for Oauth2](https://tools.ietf.org/html/rfc7636) could be authenticated using OAuth in the GUI. It has the advantage that the user...
### Description The current GUI, which is written in plain html/css/ts is intented to make the project usable, but is not very user friendly, similar to the Better-REPL-GUI of ChatOverflow....
### Description Currently the StreamElements service uses JWT token authentication. This is easy for the user because the token can be copied from the StreamElements dashboard without much setup. JWT...