#!/bin/bash run: make cert && python3 server.py testToken: python3 core/jwt.py cert: openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365