Open pushkar8723 opened 4 years ago
Sessions are stored on the filesystem for the web docker image. Making it necessary to replicate the image on same host with volume mount. We need to evaluate either the use of NFS or Redis for storing sessions.
JWT is a good solution for this and the secret can be taken as an environment variable.
Sessions are stored on the filesystem for the web docker image. Making it necessary to replicate the image on same host with volume mount. We need to evaluate either the use of NFS or Redis for storing sessions.