Skip to content

Create a JWT token to store the sessionid

Rochana requested to merge feat/add-jwt-token into 5.x

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) image

Edited by Rochana

Merge request reports

Loading