v1.0.3 Stable Production Version
Whats changed?
- Refactored Original 1.0.0 code
- Optimized code to be run in an compact single file
- 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
- Adding ssl support allowing for secure WebSocket connections