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
Default flask sessions are client-side, where session data is encoded and stored on the client. We need to convert that to server side. This will allow more flexibility in app space as well as open possibilities for socket.io integration.
This potentially will require authentication refactoring.
The text was updated successfully, but these errors were encountered:
Default flask sessions are client-side, where session data is encoded and stored on the client. We need to convert that to server side. This will allow more flexibility in app space as well as open possibilities for socket.io integration.
This potentially will require authentication refactoring.
The text was updated successfully, but these errors were encountered: