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

Move away from MemoryStore for sessions #37

Closed
BurntNail opened this issue May 29, 2023 · 2 comments
Closed

Move away from MemoryStore for sessions #37

BurntNail opened this issue May 29, 2023 · 2 comments
Labels
enhancement Change an existing feature

Comments

@BurntNail
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, when the server is restarted (often daily at this dev pace), everyone is logged out.

Describe the solution you'd like
A more permanent solution.

Describe alternatives you've considered

  • New Table with Foreign Keys etc
  • Local JSON File

It needs to implement this trait.

@BurntNail BurntNail added the enhancement Change an existing feature label May 29, 2023
@BurntNail BurntNail added this to the 0.2.0 Release milestone May 29, 2023
@BurntNail
Copy link
Owner Author

BurntNail commented May 30, 2023

Working on it, blocked on waiting for an issue response.

@BurntNail BurntNail removed this from the 0.1.0 Release milestone Jun 6, 2023
@BurntNail
Copy link
Owner Author

merged, used serde_json and sqlx json

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

No branches or pull requests

1 participant