Skip to content

v1.0.3 Stable Production Version

Compare
Choose a tag to compare
@MalikWhitten67 MalikWhitten67 released this 22 Jun 11:57
· 9 commits to main since this release
4f90ee6

Whats changed?

  1. Refactored Original 1.0.0 code
  2. Optimized code to be run in an compact single file
  3. Custom jwt tokens - originally we used jsonwebtoken that caused a lot of issues with signatures, each token is custom and has a rolling signature - they get invalidated when they expire ( this can be changed ) just by deleting a single line
  4. Adding ssl support allowing for secure WebSocket connections