Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to server-side sessions #5

Open
dmitrybelyakov opened this issue May 5, 2020 · 0 comments
Open

Convert to server-side sessions #5

dmitrybelyakov opened this issue May 5, 2020 · 0 comments

Comments

@dmitrybelyakov
Copy link
Member

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.

Have a look at session data decoding: https://www.youtube.com/watch?v=mhcnBTDLxCI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant