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 session from in memory to database #1355

Closed
ljacqu opened this issue Oct 14, 2017 · 1 comment
Closed

Move session from in memory to database #1355

ljacqu opened this issue Oct 14, 2017 · 1 comment

Comments

@ljacqu
Copy link
Member

ljacqu commented Oct 14, 2017

Creating an issue for adequate tracking of our changes to AuthMe.

We moved the resumable sessions data from being held in memory to the database, such that the feature is also usable for Bungeecord servers. This entails adding an additional field on the database to track whether the user has a session or not.

Implementation was via pull requests #1337 and #1351.

@ljacqu ljacqu added this to the 5.4 milestone Oct 14, 2017
@ljacqu ljacqu removed this from the 5.4 milestone Oct 15, 2017
@ljacqu
Copy link
Member Author

ljacqu commented Oct 15, 2017

I just realize I've created a duplicate for #1031 ;)

@ljacqu ljacqu closed this as completed Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants