Figure out that JWT is stateless and it doesn't make sense to use together with express-session. Instead I need to save the token to a cooki and use that in the browser. Wasted hours on this but I am wiser now 😐🔫 #life
Figure out how to use express-js from kotlin in order to get rid of javascript entirely, and remove context switch & packaging time between kotlin -> server #life