Create a JWT token to store the sessionid
This MR resolves issue #307 by encoding a jwt token with the user's credentials and sending it to the client.
When the client reconnects, the jwt token received is decoded. If the credentials are valid, the session can persist.
This branch must run alongside the following Scenic branch
This MR includes MR !650 (closed)
Edited by Rochana