You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement Redis for storing sessions when on production. Currently used memory store, but in multi-server approach it won't hold. Also it wouldn't hold even on single-server, because we can't rely on RAM to be stable.
Need to implement Redis for storing sessions when on production. Currently used memory store, but in multi-server approach it won't hold. Also it wouldn't hold even on single-server, because we can't rely on RAM to be stable.
Might follow something like this https://dev.to/nestjs/setting-up-sessions-with-nestjs-passport-and-redis-210
The text was updated successfully, but these errors were encountered: